Skip to content

Commit

Permalink
Fix running with TEST -v
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Feb 29, 2024
1 parent 868ed10 commit a8feb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/travis_run_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ if ! test -v NO_TEST_FRAMEWORK; then
FAILERS="$FAILERS $FAILER"
done < <(awk '/Failed:/{print $1}' test.log)
if [ -n "$FAILERS" ]; then
t/TEST -v $FAILERS || true
make check TESTS="-v $FAILERS" || true
fi
# set -e would have killed us after the original t/TEST
rm -f test.log
Expand Down

0 comments on commit a8feb2b

Please sign in to comment.