Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / tools / health / test_tp_fail
index fdb8745a2acf8167446d00b0b3664412747e349d..c7db62488f7bb42b00dd5e35c50ce7bc59e60dce 100755 (executable)
@@ -28,8 +28,6 @@ NUM_TESTS=9
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -f "$CURDIR/$SESSIOND_PRELOAD" ]; then
        BAIL_OUT "libhealthtpfail.so not available for this test."
 fi
@@ -73,6 +71,8 @@ function test_tp_fail
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 THREAD=("LTTNG_THREAD_MANAGE_CLIENTS"
        "LTTNG_THREAD_MANAGE_APPS")
 
This page took 0.024899 seconds and 5 git commands to generate.