Skip to content

Commit fb1fcb1

Browse files
[all] Test patch
1 parent 5bfee6e commit fb1fcb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-on.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if ! $cross_compiling; then
7171
;;
7272
*)
7373
# Run the tests.
74-
$make check $make_options V=1 TESTSUITEFLAGS="--debug 185" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
74+
$make check $make_options V=1 TESTSUITEFLAGS="--debug 179 185" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
7575
;;
7676
esac
7777
fi

0 commit comments

Comments
 (0)