Make sure to output verbose tests to help pinpointing problems
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 20 Jan 2016 14:45:17 +0000 (09:45 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 20 Jan 2016 14:45:17 +0000 (09:45 -0500)
scripts/babeltrace/build.sh

index 70abe8eee21b08ba83b92fcdf8013980f93657ea..29f470f4ebd4576fd20d89ab238aaed264431948 100755 (executable)
@@ -123,9 +123,11 @@ $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.030113 seconds and 4 git commands to generate.