Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / regression / tools / live / test_lttng_ust
index da9bf9e6649043765008dc9a5bbe197373e02a65..bf66603f6b878b22841258638ac64f22e21e67ed 100755 (executable)
@@ -62,13 +62,13 @@ function setup_live_tracing()
                -U net://localhost >/dev/null 2>&1
        ok $? "Create session in live mode with delay $DELAY_USEC"
 
-       enable_ust_lttng_event $SESSION_NAME $EVENT_NAME
-       start_lttng_tracing $SESSION_NAME
+       enable_ust_lttng_event_ok $SESSION_NAME $EVENT_NAME
+       start_lttng_tracing_ok $SESSION_NAME
 }
 
 function clean_live_tracing()
 {
-       stop_lttng_tracing $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
        destroy_lttng_session $SESSION_NAME
 }
 
This page took 0.024259 seconds and 5 git commands to generate.