Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / low-throughput / test_low_throughput
index 197210afeef23f2c42f859ee9cc29f0d7e302dc3..1ca3c38d072d5f116741d3ebf40cd407d503c740 100755 (executable)
@@ -25,8 +25,6 @@ NUM_TESTS=8
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/$BIN_NAME" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -37,6 +35,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.022912 seconds and 4 git commands to generate.