Message ID | 20190522204901.26380-1-jonathan.rajotte-julien@efficios.com |
---|---|
State | Accepted, archived |
Headers | show |
Series | [lttng-tools] Fix: check for lttng modulespresence before testing | expand |
Merged in master, stable-2.11, and stable-2.10. Thanks! J?r?mie On Wed, May 22, 2019 at 04:49:01PM -0400, Jonathan Rajotte wrote: > 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 >
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
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(+)