Support per UID buffers
[lttng-tools.git] / tests / regression / tools / streaming / test_ust
index 95c833dfff1bfe9aa1ccde81ddd60656eb00e602..2d49cde31cfe5bc450064eb06a4f865f974aa876 100755 (executable)
@@ -25,7 +25,7 @@ PID_RELAYD=0
 
 TRACE_PATH=$(mktemp -d)
 
-NUM_TESTS=20
+NUM_TESTS=18
 
 source $TESTDIR/utils/utils.sh
 
@@ -44,7 +44,6 @@ function lttng_create_session_uri
 
 function wait_apps
 {
-
        while [ -n "$(pidof $BIN_NAME)" ]; do
                sleep 0.5
        done
@@ -88,8 +87,8 @@ function test_ust_after_start ()
 
 plan_tests $NUM_TESTS
 
-start_lttng_sessiond
 start_lttng_relayd "-o $TRACE_PATH"
+start_lttng_sessiond
 
 tests=( test_ust_before_start test_ust_after_start )
 
This page took 0.024529 seconds and 5 git commands to generate.