Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / tools / health / test_thread_exit
index 885ad194182736e147046d6d33c52b69ef3741fd..aa2bd57c4bedb93f7a6b200e3bc6ff293da6c22d 100755 (executable)
@@ -28,8 +28,6 @@ NUM_TESTS=12
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -f "$CURDIR/$SESSIOND_PRELOAD" ]; then
        BAIL_OUT "libhealthexit.so not available for this test."
 fi
@@ -78,8 +76,11 @@ function test_thread_exit
                return 1
        fi
 }
+
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 THREAD=("LTTNG_THREAD_MANAGE_CLIENTS"
        "LTTNG_THREAD_MANAGE_APPS"
        "LTTNG_THREAD_REG_APPS")
This page took 0.023197 seconds and 4 git commands to generate.