Fix: check for lttng modules presence before testing
[lttng-tools.git] / tests / regression / tools / notification / test_notification_multi_app
index 51d94e4fa9a4761ed002e3cb87995e4ffd886ddd..600b0f69c256f64ce43a2214f4cd8eade3862b32 100755 (executable)
@@ -474,6 +474,7 @@ TESTS=(
 )
 
 if [ "$(id -u)" == "0" ]; then
+       validate_lttng_modules_present
        TESTS+=(
        test_multi_app_kernel
        test_on_register_evaluation_kernel
This page took 0.04038 seconds and 5 git commands to generate.