Revert "LAVA: use verbose mode for vlttng"
[lttng-ci.git] / scripts / lttng-ust / build.sh
index 5b9c39ebb42f2961e54b232303f5516691989c6d..8c6e47c9a6012c6bd135079a85a7a414576e8562 100755 (executable)
@@ -35,6 +35,7 @@ rm -rf "$PREFIX" "$TMPDIR"
 mkdir -p "$PREFIX" "$TMPDIR"
 
 export TMPDIR
+export CFLAGS="-g -O2"
 
 # Set platform variables
 case "$arch" in
@@ -164,7 +165,7 @@ $MAKE -j "$($NPROC)" V=1
 $MAKE install
 
 # Run tests
-$MAKE check
+$MAKE --keep-going check
 
 # Copy tap logs for the jenkins tap parser
 rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*' tests/ "$WORKSPACE/tap"
This page took 0.02332 seconds and 4 git commands to generate.