Travis: Use 'make test-results' for more compact output

This commit is contained in:
Andrew Johnson
2017-09-07 17:39:42 -05:00
parent fad89189da
commit 13fa1e2722

View File

@@ -86,5 +86,5 @@ make -j2 $EXTRA
if [ "$TEST" != "NO" ]
then
make tapfiles
find . -name '*.tap' -print0 | xargs -0 -n1 prove -e cat -f
make -s test-results
fi