Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / multi-session / test_multi_session
index ffe8355a8bfb351709713ceccdcac9bfa78e2c99..313a7d70fa9c408d529d4fca80a2a56d5c0233d2 100755 (executable)
@@ -25,8 +25,6 @@ NUM_TESTS=28
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/gen-nevents" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -76,6 +74,8 @@ test_multi_session() {
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 start_lttng_sessiond
 
 TRACE_PATH=$(mktemp -d)
This page took 0.023983 seconds and 4 git commands to generate.