Fix: tests: skip tests on static build
[lttng-tools.git] / tests / regression / ust / ust-dl / test_ust-dl
index 7b835dcbd290c143ba0b1d64a1f8ad91691f60fa..1f2934db198be85c6d546708ba3774c63ce58e20 100755 (executable)
@@ -21,7 +21,8 @@ TESTDIR=${CURDIR}/../../..
 source $TESTDIR/utils/utils.sh
 
 if [ ! -x "$CURDIR/.libs/libfoo.so" ]; then
-       BAIL_OUT "No shared object generated"
+       diag "No shared object generated. Skipping all tests."
+       exit 0
 fi
 
 start_lttng_sessiond_notap
This page took 0.022893 seconds and 4 git commands to generate.