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

This commit is contained in:
Andrew Johnson
2017-11-29 16:54:01 -06:00
parent 0567f6a67d
commit 0ae27a35d8
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
set -e
if ! prove -e cat -f "$1"
then
cat "$1"
exit 1
fi

View File

@ -16,5 +16,5 @@ make -j2 $EXTRA
if [ "$TEST" != "NO" ]
then
make tapfiles
find . -name '*.tap' -print0 | xargs -0 -n1 ./.ci/proveit.sh
make -s test-results
fi