From fb180e6e4855acd6eff826ac6253b58d5d3e6da4 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 22 May 2019 16:49:01 -0400 Subject: [PATCH] Fix: check for lttng modules presence before testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- tests/regression/tools/notification/test_notification_multi_app | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/regression/tools/notification/test_notification_multi_app b/tests/regression/tools/notification/test_notification_multi_app index 51d94e4fa..600b0f69c 100755 --- a/tests/regression/tools/notification/test_notification_multi_app +++ b/tests/regression/tools/notification/test_notification_multi_app @@ -474,6 +474,7 @@ TESTS=( ) if [ "$(id -u)" == "0" ]; then + validate_lttng_modules_present TESTS+=( test_multi_app_kernel test_on_register_evaluation_kernel -- 2.34.1