Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / tools / health / test_thread_stall
index 1651c021e2f486dea4de1c84fdb8c9cbf40073c9..92951311b774aebc9af031ad983e608effe86a2a 100755 (executable)
@@ -28,8 +28,6 @@ NUM_TESTS=11
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -f "$CURDIR/$SESSIOND_PRELOAD" ]; then
        BAIL_OUT "libhealthstall.so not available for this test."
 fi
@@ -99,6 +97,8 @@ function test_thread_stall
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 THREAD=("LTTNG_THREAD_MANAGE_CLIENTS"
        "LTTNG_THREAD_MANAGE_APPS"
 # This thread is a little bit tricky to stall,
This page took 0.025159 seconds and 4 git commands to generate.