From: Jérémie Galarneau Date: Thu, 4 Mar 2021 16:53:11 +0000 (-0500) Subject: Tests: kernel buffer usage: skip proper amount of tests when not root X-Git-Tag: v2.13.0-rc1~277 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=0e8f2e4553c98e9c9c987ceaa00b7efe98b686e8 Tests: kernel buffer usage: skip proper amount of tests when not root Signed-off-by: Jérémie Galarneau Change-Id: Ib7dba18bb8985c6a5d22d8b3d3e311c7b6e56b43 --- diff --git a/tests/regression/tools/notification/test_notification_kernel_buffer_usage b/tests/regression/tools/notification/test_notification_kernel_buffer_usage index 3214f90f9..17b8d765d 100755 --- a/tests/regression/tools/notification/test_notification_kernel_buffer_usage +++ b/tests/regression/tools/notification/test_notification_kernel_buffer_usage @@ -19,7 +19,7 @@ TESTAPP_STATE_PATH=$(mktemp -u "$TMPDIR/application_state.XXXXXXXXXX") SESSION_NAME="my_session" CHANNEL_NAME="my_channel" -NUM_TESTS=104 +NUM_TESTS=99 # shellcheck source=../../../utils/utils.sh source "$TESTDIR/utils/utils.sh"