[lttng-dev] [PATCH lttng-tools] Tests: Fix wrong number of tests in thread stall as root test

David Goulet dgoulet at efficios.com
Wed Jun 19 15:26:55 EDT 2013


Merged

Christian Babeux:
> Signed-off-by: Christian Babeux <christian.babeux at efficios.com>
> ---
>  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 9295131..0e8b510 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"
>  }



More information about the lttng-dev mailing list