We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfee6e commit fb1fcb1Copy full SHA for fb1fcb1
1 file changed
build-on.sh
@@ -71,7 +71,7 @@ if ! $cross_compiling; then
71
;;
72
*)
73
# Run the tests.
74
- $make check $make_options V=1 TESTSUITEFLAGS="--debug 185" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
+ $make check $make_options V=1 TESTSUITEFLAGS="--debug 179 185" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
75
76
esac
77
fi
0 commit comments