From b63a3a25a688f84f4b34ef75c9d0bc84a9ca13c3 Mon Sep 17 00:00:00 2001 From: Christian Babeux Date: Wed, 19 Jun 2013 15:22:05 -0400 Subject: [PATCH] Tests: Fix wrong number of tests in thread stall as root test Signed-off-by: Christian Babeux Signed-off-by: David Goulet --- tests/regression/tools/health/test_thread_stall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression/tools/health/test_thread_stall b/tests/regression/tools/health/test_thread_stall index 92951311b..0e8b51007 100755 --- a/tests/regression/tools/health/test_thread_stall +++ b/tests/regression/tools/health/test_thread_stall @@ -24,7 +24,7 @@ SESSION_NAME="health_thread_stall" EVENT_NAME="bogus" HEALTH_CHECK_BIN="health_check" SESSIOND_PRELOAD=".libs/libhealthstall.so" -NUM_TESTS=11 +NUM_TESTS=12 source $TESTDIR/utils/utils.sh @@ -131,7 +131,7 @@ else isroot=0 fi -skip $isroot "Root access is needed. Skipping LTTNG_THREAD_MANAGE_KERNEL tests." "3" || +skip $isroot "Root access is needed. Skipping LTTNG_THREAD_MANAGE_KERNEL tests." "4" || { test_thread_stall "LTTNG_THREAD_MANAGE_KERNEL" "8" } -- 2.34.1