From: Christian Babeux Date: Wed, 19 Jun 2013 19:22:05 +0000 (-0400) Subject: Tests: Fix wrong number of tests in thread stall as root test X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=b63a3a25a688f84f4b34ef75c9d0bc84a9ca13c3 Tests: Fix wrong number of tests in thread stall as root test Signed-off-by: Christian Babeux Signed-off-by: David Goulet --- 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" }