From ffa58cfc1267bbc977c70fa7607520d35366de6d Mon Sep 17 00:00:00 2001 From: Jan Dabros Date: Thu, 16 Jul 2020 13:38:01 +0200 Subject: util/lint: Add lint and checkpatch coverage for tests/ dir Signed-off-by: Jan Dabros Change-Id: I8018b75844e630c9ed46c8bc48f2aa1634bf3369 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43511 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner Reviewed-by: Paul Fagerburg --- util/lint/lint-stable-012-executable-bit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/lint/lint-stable-012-executable-bit') diff --git a/util/lint/lint-stable-012-executable-bit b/util/lint/lint-stable-012-executable-bit index e22dda5306..5651a67d54 100755 --- a/util/lint/lint-stable-012-executable-bit +++ b/util/lint/lint-stable-012-executable-bit @@ -4,5 +4,5 @@ # DESCR: Check that source files are not executable LC_ALL=C export LC_ALL -git ls-tree --full-tree -r HEAD src |grep "^100[7531][7531][7531] blob " |cut -f2- |grep -v "\.sh$" | \ +git ls-tree --full-tree -r HEAD src tests |grep "^100[7531][7531][7531] blob " |cut -f2- |grep -v "\.sh$" | \ sed -e "s,^.*$,File & has one or more executable bits set in the file permissions.," -- cgit v1.2.3