Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / buffers-uid / test_buffers_uid
index f56c458d1a780a74c45934e12b9c09419236c9f4..97fd95d489a1fcf7866f31ef916614147a845cfe 100755 (executable)
@@ -26,8 +26,6 @@ NUM_TESTS=58
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/gen-nevents" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -214,6 +212,8 @@ test_multiple_channels() {
 # MUST set TESTDIR before calling those functions
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 TESTS=(
        "test_before_app"
        "test_after_app"
This page took 0.023208 seconds and 4 git commands to generate.