]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
Makefile: check for leftover TODO comments in new tests
authorOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 22:59:16 +0000 (15:59 -0700)
committerOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 22:59:40 +0000 (15:59 -0700)
Signed-off-by: Omar Sandoval <osandov@fb.com>
Makefile

index c41d42cf5f0ac11df4054ed56a1fdb64acf90229..14ba8341dae57e562d70f768d9d613bbcafd0f35 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,6 @@ SHELLCHECK_EXCLUDE := SC1090,SC2034,SC2119,SC2154,SC2209
 
 check:
        shellcheck -x -e $(SHELLCHECK_EXCLUDE) -f gcc check new common/* tests/*/[0-9]*[0-9]
+       ! grep TODO tests/*/[0-9]*[0-9]
 
 .PHONY: all check