Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / kernel / test_all_events
index 48627481b51025c5d62c50790f0bd0aa6f169c51..afd42ab39345bd4b8e4dc687277e596d43135f4d 100755 (executable)
@@ -23,8 +23,6 @@ NUM_TESTS=8
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 function test_all_event()
 {
        TRACE_PATH=$(mktemp -d)
@@ -47,6 +45,8 @@ function test_all_event()
 # MUST set TESTDIR before calling those functions
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 if [ "$(id -u)" == "0" ]; then
        isroot=1
 else
This page took 0.023078 seconds and 4 git commands to generate.