aboutsummaryrefslogtreecommitdiff
path: root/build-aux/ci_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/ci_build.sh')
-rwxr-xr-xbuild-aux/ci_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/ci_build.sh b/build-aux/ci_build.sh
index e6926d3e..e92d88c9 100755
--- a/build-aux/ci_build.sh
+++ b/build-aux/ci_build.sh
@@ -262,7 +262,7 @@ then
autotools)
cd "$DEST_DIR"
# If the tests fail, copy the test logs into the artifacts folder
- if make check LOG_COMPILER="$WRAPPER"
+ if make check VERBOSE=1 LOG_COMPILER="$WRAPPER"
then
:
else