Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / ust / multi-session / test_multi_session
index 45da8d20497522fe4c97ed79b44cfb4f54c4433e..33b296bcf2b23b83a4a463af7577a5f01fc1dee0 100755 (executable)
@@ -49,7 +49,7 @@ test_multi_session() {
 
        for i in `seq 0 3`; do
                stop_lttng_tracing_ok "$SESSION_NAME-$i"
-               destroy_lttng_session "$SESSION_NAME-$i"
+               destroy_lttng_session_ok "$SESSION_NAME-$i"
                out=$(babeltrace "$TRACE_PATH/$i" | grep "$EVENT_NAMEi$i" | wc -l)
                if [ $out -ne $NR_ITER ]; then
                        fail "Trace validation of $SESSION_NAME-$i"
This page took 0.024691 seconds and 5 git commands to generate.