summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-27 17:15:44 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-27 17:15:44 +0100
commitba4c24a51d2ad7177964416c2420df7f4a337b8e (patch)
tree943dbc6816bd612188fc7352cfad879bb1f86d18 /check
parent3cf553da0573f53294b97187f4a28a86c3a3d53a (diff)
downloadmorph-ba4c24a51d2ad7177964416c2420df7f4a337b8e.tar.gz
Exclude cmdtest test output files from source silliness checks
Diffstat (limited to 'check')
-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