Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / regression / ust / test_event_basic
index 90be0e972e0d7f2cec81669237528071da1084d9..df86d2914d88991886e1b85f63a5b588b529925c 100755 (executable)
@@ -90,11 +90,11 @@ 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
-       stop_lttng_tracing
+       start_lttng_tracing_ok
+       stop_lttng_tracing_ok
 
-       start_lttng_tracing
-       stop_lttng_tracing
+       start_lttng_tracing_ok
+       stop_lttng_tracing_ok
 
        TODO="Validate trace output is coherent"
        ok 0 "Validate trace"
This page took 0.023591 seconds and 4 git commands to generate.