summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index 8af05668..7593ee52 100755
--- a/check
+++ b/check
@@ -35,6 +35,7 @@ then
echo 'Checking source code for silliness'
git ls-files |
grep -v '\.gz$' |
+ grep -Ev 'tests[^/]*/.*\.std(out|err)' |
while read x
do
if tr -cd '\t' < "$x" | grep . > /dev/null