blob: 784a07940a4ed1dcfacbf7febd7ac735aff57a7b [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001From 58e4dcce48b48b68b65bffc0cd51d9e26b44c75d Mon Sep 17 00:00:00 2001
2From: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
3Date: Wed, 22 May 2019 16:44:54 -0400
4Subject: [PATCH] Fix: check for lttng modules presence before testing
5
6Upstream-Status: Submitted [https://lists.lttng.org/pipermail/lttng-dev/2019-May/028987.html]
7
8Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
9---
10 tests/regression/tools/notification/test_notification_multi_app | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/tests/regression/tools/notification/test_notification_multi_app b/tests/regression/tools/notification/test_notification_multi_app
14index 29b0f62..a6baf65 100755
15--- a/tests/regression/tools/notification/test_notification_multi_app
16+++ b/tests/regression/tools/notification/test_notification_multi_app
17@@ -484,6 +484,7 @@ else
18 fi
19
20 if [ "$(id -u)" == "0" ]; then
21+ validate_lttng_modules_present
22 TESTS+=(
23 test_multi_app_kernel
24 test_on_register_evaluation_kernel