summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-31 00:48:17 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-08-04 09:22:06 -0700
commit4e5983a0cc16437daf21c54212e1055d907a959e (patch)
treea0c104d60233a81477ef4fe55cac321f7e565eef
parentf332102acbad87f4ba83016b07fc4badb0411ac6 (diff)
ws_scan.sh ignore deps/
Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r--test/ws_scan.sh2
1 files changed, 1 insertions, 1 deletions
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