Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / tools / streaming / test_ust
index 95c833dfff1bfe9aa1ccde81ddd60656eb00e602..333b2e9a96056cf0fc43f6fd9a33b91ddd1ef8cc 100755 (executable)
@@ -25,12 +25,10 @@ PID_RELAYD=0
 
 TRACE_PATH=$(mktemp -d)
 
-NUM_TESTS=20
+NUM_TESTS=18
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/$BIN_NAME" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -44,7 +42,6 @@ function lttng_create_session_uri
 
 function wait_apps
 {
-
        while [ -n "$(pidof $BIN_NAME)" ]; do
                sleep 0.5
        done
@@ -88,8 +85,10 @@ function test_ust_after_start ()
 
 plan_tests $NUM_TESTS
 
-start_lttng_sessiond
+print_test_banner "$TEST_DESC"
+
 start_lttng_relayd "-o $TRACE_PATH"
+start_lttng_sessiond
 
 tests=( test_ust_before_start test_ust_after_start )
 
This page took 0.023997 seconds and 4 git commands to generate.