[lttng-dev] [PATCH lttng-tools v2 1/2] Tests: check for lttng-modules presence

Jonathan Rajotte jonathan.rajotte-julien at efficios.com
Thu Mar 28 17:02:20 EDT 2019


Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
---
 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.17.1



More information about the lttng-dev mailing list