Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / before-after / test_before_after
index 6a5776e23a7441ef6aa60982e436ec65eab5290e..c3e24f7d8d53481a1a959d29ad07aeefa236c661 100755 (executable)
@@ -25,8 +25,6 @@ NUM_TESTS=16
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/gen-nevents" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -86,6 +84,8 @@ test_after_apps() {
 # MUST set TESTDIR before calling those functions
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 start_lttng_sessiond
 
 diag "Start application BEFORE tracing was started"
This page took 0.02349 seconds and 4 git commands to generate.