Tests: Fix wrong number of tests in thread stall as root test
authorChristian Babeux <christian.babeux@efficios.com>
Wed, 19 Jun 2013 19:22:05 +0000 (15:22 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 19 Jun 2013 19:26:40 +0000 (15:26 -0400)
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/tools/health/test_thread_stall

index 92951311b774aebc9af031ad983e608effe86a2a..0e8b51007f21d66a32a3262e215e8f297f8b4431 100755 (executable)
@@ -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"
 }
This page took 0.026762 seconds and 5 git commands to generate.