[lttng-dev] [PATCH lttng-tools] Fix: check for lttng modules presence before testing

Jonathan Rajotte jonathan.rajotte-julien at efficios.com
Wed May 22 16:49:01 EDT 2019


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



More information about the lttng-dev mailing list