Fix xenial kernel regex
[lttng-ci.git] / scripts / babeltrace / build.sh
index cc416539e10fbc1f7fe195f06a80dc4178c782c1..29f470f4ebd4576fd20d89ab238aaed264431948 100755 (executable)
@@ -119,13 +119,15 @@ case "$build" in
 esac
 
 # BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC` V=1
 $MAKE install
 
 # Run tests
-$MAKE check
+cd ./tests
+# Run make check tests
+prove --merge -v --exec '' - < $WORKSPACE/tests/tests
+cd ..
 
-# Cleanup
 $MAKE clean
 
 # Cleanup rpath in executables and shared libraries
This page took 0.032015 seconds and 4 git commands to generate.