We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35c4a7 commit 1ac9728Copy full SHA for 1ac9728
build-on.sh
@@ -48,6 +48,7 @@ $make V=1 > log2 2>&1; rc=$?; cat log2; test $rc = 0 || exit 1
48
49
if ! $cross_compiling; then
50
# Run the tests.
51
+ DEBUG=1 VERBOSE=1 \
52
$make check V=1 > log3 2>&1; rc=$?; cat log3; test $rc = 0 || exit 1
53
fi
54
@@ -69,6 +70,7 @@ if test -n "$install_optional_dependencies_command"; then
69
70
71
72
73
74
75
76
0 commit comments