Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
ileanadumitrescu95 committed Feb 7, 2025
1 parent eedfd71 commit 14f1781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-on.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ case "$commit_message" in
;;
*)
# Run the tests.
$make check $make_options V=1 TESTSUITEFLAGS="--debug 1" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
$make check $make_options V=1 TESTSUITEFLAGS="--debug" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
;;
esac

Expand Down

0 comments on commit 14f1781

Please sign in to comment.