Refactor: test: wrapper for start_lttng_tracing
[lttng-tools.git] / tests / regression / ust / test_event_basic
index 90be0e972e0d7f2cec81669237528071da1084d9..59089fd5aa557fddb3886fccae698fef31978d9a 100755 (executable)
@@ -90,10 +90,10 @@ function test_event_basic()
        enable_ust_lttng_event_per_chan $SESSION_NAME $EVENT_NAME $CHAN_NAME
        enable_ust_lttng_event_per_chan $SESSION_NAME2 $EVENT_NAME3 $CHAN_NAME2
 
-       start_lttng_tracing
+       start_lttng_tracing_ok
        stop_lttng_tracing
 
-       start_lttng_tracing
+       start_lttng_tracing_ok
        stop_lttng_tracing
 
        TODO="Validate trace output is coherent"
This page took 0.023284 seconds and 4 git commands to generate.