From 5da3fc8579a9f93ea4767729a107784bf2d034ae Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 25 Mar 2019 14:49:39 -0400 Subject: [PATCH] Tests: check for lttng-modules presence 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_kernel | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/regression/tools/notification/test_notification_kernel b/tests/regression/tools/notification/test_notification_kernel index 6d7f256ae..e7368df26 100755 --- a/tests/regression/tools/notification/test_notification_kernel +++ b/tests/regression/tools/notification/test_notification_kernel @@ -108,6 +108,7 @@ function kernel_test } if [ "$(id -u)" == "0" ]; then + validate_lttng_modules_present kernel_test else # Kernel tests are skipped. -- 2.34.1