Skip to content

Commit 1ac9728

Browse files
committed
During execution of tests, set DEBUG=1 and VERBOSE=1, for more debuggability.
Suggested by Collin Funk.
1 parent d35c4a7 commit 1ac9728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-on.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $make V=1 > log2 2>&1; rc=$?; cat log2; test $rc = 0 || exit 1
4848

4949
if ! $cross_compiling; then
5050
# Run the tests.
51+
DEBUG=1 VERBOSE=1 \
5152
$make check V=1 > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
5253
fi
5354

@@ -69,6 +70,7 @@ if test -n "$install_optional_dependencies_command"; then
6970

7071
if ! $cross_compiling; then
7172
# Run the tests.
73+
DEBUG=1 VERBOSE=1 \
7274
$make check V=1 > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
7375
fi
7476

0 commit comments

Comments
 (0)