Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / stress / test_multi_sessions_per_uid_5app_streaming_kill_relayd
index c3fdeb13da933a0144cd9098640733eb2157c55c..60d7071f8726888a5eb3f69724ea33daca545ab2 100755 (executable)
@@ -122,13 +122,13 @@ test_stress()
                        enable_ust_lttng_event_ok $SESSION_NAME-$a $EVENT_NAME
                        check_sessiond
                        check_relayd
-                       start_lttng_tracing $SESSION_NAME-$a
+                       start_lttng_tracing_ok $SESSION_NAME-$a
                        check_sessiond
                        check_relayd
                done
 
                for a in $(seq 1 $NR_SESSION); do
-                       stop_lttng_tracing $SESSION_NAME-$a
+                       stop_lttng_tracing_ok $SESSION_NAME-$a
                        check_sessiond
                        check_relayd
                        destroy_lttng_session $SESSION_NAME-$a
This page took 0.027139 seconds and 5 git commands to generate.