Refactor: test: wrapper for create_lttng_session
[lttng-tools.git] / tests / regression / ust / multi-session / test_multi_session
index e1ff9b09124c93f27868b24f0302e702b400ca9c..63ed54def122c6b701a021f476bd30365bbbebd1 100755 (executable)
@@ -36,7 +36,7 @@ test_multi_session() {
 
        # BEFORE application is spawned
        for i in `seq 0 3`; do
-               create_lttng_session "$SESSION_NAME-$i" "$TRACE_PATH/$i"
+               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"
        done
This page took 0.022775 seconds and 4 git commands to generate.