Fix: check for lttng modules presence before testing
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 22 May 2019 20:49:01 +0000 (16:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:58:55 +0000 (16:58 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.025443 seconds and 4 git commands to generate.