summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-19 12:11:24 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-19 12:11:24 +0200
commit33a1d9896f2dc7d31b8c0b97feed33b902aeee27 (patch)
tree9fa29034e9621f293a62a81812308fe8af2ee868 /test
parentcebe9ff64f5d4b2da3331483a22d73712014df51 (diff)
downloadcolm-33a1d9896f2dc7d31b8c0b97feed33b902aeee27.tar.gz
testing: list the tests that failed
Diffstat (limited to 'test')
-rwxr-xr-xtest/timed2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/timed b/test/timed
index c48dbdb9..d74b956e 100755
--- a/test/timed
+++ b/test/timed
@@ -34,6 +34,8 @@ done
CASES=`find $WORKING -name '*.sh' -not -size 0 | wc -l`
FAILURES=`find $WORKING -name '*.diff' -not -size 0 | wc -l`
+find $WORKING -name '*.diff' -not -size 0
+
echo ---- cases
echo $CASES
echo ---- failures