Add tracecompass gitcache
[lttng-ci.git] / scripts / lttng-tools / build.sh
index 88c0e2699384ca243b4dea7179ba2cb5581e56e2..bade02d69892bb8f3cc6be5cbb08c0fe16594346 100755 (executable)
@@ -217,7 +217,7 @@ case "$build" in
 esac
 
 # BUILD!
-$MAKE -j `$NPROC`
+$MAKE -j `$NPROC` V=1
 $MAKE install
 
 # Run tests
@@ -238,6 +238,10 @@ if [ "$RUN_TESTS" = "yes" ]; then
 
     cd $BUILD_PATH/tests
 
+    # Force the lttng-sessiond path to /bin/true to prevent the spawing of a
+    # lttng-sessiond --daemonize on "lttng create"
+    export LTTNG_SESSIOND_PATH="/bin/true"
+
     # Run 'unit_tests' and 'fast_regression' test suites for all configs except 'no-ust'
     if [ "$conf" != "no-ust" ]; then
         prove --merge -v --exec '' - < $BUILD_PATH/tests/unit_tests --archive $WORKSPACE/tap/unit/ || true
This page took 0.037369 seconds and 4 git commands to generate.