Skip to content

Commit 04c1546

Browse files
[all] Test patch on test cases
1 parent e09e27e commit 04c1546

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 73" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
74+
$make check $make_options V=1 TESTSUITEFLAGS="--debug" > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
7575
;;
7676
esac
7777
fi

0 commit comments

Comments
 (0)