Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / test_event_basic
index 5a9cfe41bacc3efc049610d2d860dfb0167b4982..3ff91b39e5dee70e2a6d37758f946b6de7470215 100755 (executable)
@@ -27,8 +27,6 @@ NUM_TESTS=25
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 function enable_ust_lttng_event_per_chan()
 {
        sess_name="$1"
@@ -111,6 +109,8 @@ function test_event_basic()
 # MUST set TESTDIR before calling those functions
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 start_lttng_sessiond
 
 test_event_basic
This page took 0.023353 seconds and 4 git commands to generate.