Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / high-throughput / test_high_throughput
index a801400c463cdefab3fec436cb83a1d5c73c0828..ea450511ae02ddef07bd142e00c240de8ae75b46 100755 (executable)
@@ -26,8 +26,6 @@ NUM_TESTS=9
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/$BIN_NAME" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -38,6 +36,8 @@ TRACE_PATH=$(mktemp -d)
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 start_lttng_sessiond
 
 create_lttng_session $SESSION_NAME $TRACE_PATH
This page took 0.022776 seconds and 4 git commands to generate.