Use 'make test-results' in travis-build script

This commit is contained in:
Andrew Johnson
2017-11-30 12:00:28 -06:00
parent 57c6d07a93
commit abd029aa71

View File

@ -17,5 +17,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