From: Jonathan Rajotte Date: Mon, 25 Mar 2019 18:49:39 +0000 (-0400) Subject: Tests: check for lttng-modules presence X-Git-Tag: v2.12.0-rc1~626 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=5da3fc8579a9f93ea4767729a107784bf2d034ae Tests: check for lttng-modules presence Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- 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.