From mboxrd@z Thu Jan 1 00:00:00 1970 From: jonathan.rajotte-julien@efficios.com (Jonathan Rajotte) Date: Wed, 22 May 2019 16:49:01 -0400 Subject: [lttng-dev] [PATCH lttng-tools] Fix: check for lttng modules presence before testing Message-ID: <20190522204901.26380-1-jonathan.rajotte-julien@efficios.com> Signed-off-by: Jonathan Rajotte --- 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