Refactor: test: wrapper for start_lttng_tracing
[lttng-tools.git] / tests / regression / ust / multi-session / test_multi_session
index 63ed54def122c6b701a021f476bd30365bbbebd1..4fcb54777a97c7f577ed19084eec73d4066cb842 100755 (executable)
@@ -37,8 +37,8 @@ test_multi_session() {
        # BEFORE application is spawned
        for i in `seq 0 3`; do
                create_lttng_session_ok "$SESSION_NAME-$i" "$TRACE_PATH/$i"
-               enable_ust_lttng_event "$SESSION_NAME-$i" "$EVENT_NAME$i"
-               start_lttng_tracing "$SESSION_NAME-$i"
+               enable_ust_lttng_event_ok "$SESSION_NAME-$i" "$EVENT_NAME$i"
+               start_lttng_tracing_ok "$SESSION_NAME-$i"
        done
 
        ./$CURDIR/gen-nevents $NR_ITER &
This page took 0.024138 seconds and 5 git commands to generate.