Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / kernel / test_event_basic
index 4de94dc670fe07a6b338fa40f9db5f9bf5e5801a..5c19744d3b4c0eeb5d74fd373b3931ae49622572 100755 (executable)
@@ -23,8 +23,6 @@ NUM_TESTS=12
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 function test_event_basic()
 {
        TRACE_PATH=$(mktemp -d)
@@ -51,6 +49,8 @@ function test_event_basic()
 # 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.023211 seconds and 4 git commands to generate.