Skip to content

Commit a8feb2b

Browse files
committed
Fix running with TEST -v
1 parent 868ed10 commit a8feb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/travis_run_linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if ! test -v NO_TEST_FRAMEWORK; then
145145
FAILERS="$FAILERS $FAILER"
146146
done < <(awk '/Failed:/{print $1}' test.log)
147147
if [ -n "$FAILERS" ]; then
148-
t/TEST -v $FAILERS || true
148+
make check TESTS="-v $FAILERS" || true
149149
fi
150150
# set -e would have killed us after the original t/TEST
151151
rm -f test.log

0 commit comments

Comments
 (0)