Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / overlap / test_overlap
index e82307251baf033466970ca1c4d672ac430124f7..add8ff140ee5f3bc4c4e9fab33c8f2e29658f9cf 100755 (executable)
@@ -34,8 +34,6 @@ NUM_TESTS=259
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/demo/demo" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -615,6 +613,8 @@ test_disable_wildcard_overlap()
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 TESTS=(
        "test_enable_wildcard_filter"
        "test_enable_wildcard_filter_2"
This page took 0.023695 seconds and 4 git commands to generate.