From 4e5983a0cc16437daf21c54212e1055d907a959e Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 31 Jul 2017 00:48:17 -0500 Subject: ws_scan.sh ignore deps/ Signed-off-by: Burt P --- test/ws_scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ws_scan.sh') diff --git a/test/ws_scan.sh b/test/ws_scan.sh index 46b8a398..d22586f8 100644 --- a/test/ws_scan.sh +++ b/test/ws_scan.sh @@ -6,6 +6,6 @@ cd .. grep -lHIrP --include=*.{h,c} -- '^((\t+ +)|( +\t+)|\s+$)' | sed 's/^/- [ ] /' > test/hardinfo-bad.txt grep -LHIrP --include=*.{h,c} -- '^((\t+ +)|( +\t+)|\s+$)' | sed 's/^/- [x] /' > test/hardinfo-good.txt -cat test/hardinfo-bad.txt test/hardinfo-good.txt | LC_ALL=C sort -k 1.5 | grep -vP " (test|build)" +cat test/hardinfo-bad.txt test/hardinfo-good.txt | LC_ALL=C sort -k 1.5 | grep -vP " (test|build|deps)" rm test/hardinfo-bad.txt test/hardinfo-good.txt cd test -- cgit v1.2.3