jjb: lava: remove useless and periodically failing git clone
[lttng-ci.git] / scripts / lttng-tools / build.sh
index 6cfe88cc0c1d1ad40ac73fc36b258f06df84a977..756b4aba0faa318f14c7e645c45af4943f1d6c5d 100755 (executable)
@@ -347,7 +347,7 @@ if [ "$RUN_TESTS" = "yes" ]; then
     if [ "$conf" != "no-ust" ]; then
         # Run 'unit_tests', 2.8 and up has a new test suite
         if vergte "$PACKAGE_VERSION" "2.8"; then
-            make check
+            make --keep-going check
             rsync -a --exclude 'test-suite.log' --include '*/' --include '*.log' --exclude='*'" $BUILD_PATH/tests/" "$TAPDIR"
         else
             prove --merge -v --exec '' - < "$BUILD_PATH/tests/unit_tests" --archive "$TAPDIR/unit/" || true
This page took 0.023342 seconds and 4 git commands to generate.