Refactor: test: wrapper for enable_ust_lttng_event
[lttng-tools.git] / tests / regression / ust / multi-session / test_multi_session
index 63ed54def122c6b701a021f476bd30365bbbebd1..c2b7b946b6c56601e920bfe3278449105afbe11a 100755 (executable)
@@ -37,7 +37,7 @@ 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"
+               enable_ust_lttng_event_ok "$SESSION_NAME-$i" "$EVENT_NAME$i"
                start_lttng_tracing "$SESSION_NAME-$i"
        done
 
This page took 0.023406 seconds and 4 git commands to generate.