Fix: check for lttng modules presence before testing
[lttng-tools.git] / tests / regression / tools / notification / test_notification_multi_app
index 0a05ea6a0a8e3114fd758a8d0cb7e6e18f160e8b..ff2b4ac87fb50970b45d638e39971d179607e40b 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.023911 seconds and 4 git commands to generate.