Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / nprocesses / test_nprocesses
index ac8e99a159d39beee0670506a73c6c64a02e82f6..418fda5c031c2f3c4c2e0e5937ad80dd7b24eb01 100755 (executable)
@@ -27,8 +27,6 @@ NUM_TESTS=9
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/$TEST_BIN_NAME" ]; then
        BAIL_OUT "No UST $TEST_BIN_NAME binary detected."
 fi
@@ -37,6 +35,8 @@ fi
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 start_lttng_sessiond
 
 # Start test for 1000 seconds
This page took 0.022784 seconds and 4 git commands to generate.