Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / tools / live / test_lttng_ust
index 177b1f76ac98ed2cff325ec0127baa795340ec43..7d6cc93f1b5692229105a9f2222365fa9cb920d7 100755 (executable)
@@ -63,13 +63,13 @@ function setup_live_tracing()
        ok $? "Create session in live mode with delay $DELAY_USEC"
 
        enable_ust_lttng_event_ok $SESSION_NAME $EVENT_NAME
-       start_lttng_tracing $SESSION_NAME
+       start_lttng_tracing_ok $SESSION_NAME
 }
 
 function clean_live_tracing()
 {
-       stop_lttng_tracing $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 }
 
 start_lttng_sessiond
This page took 0.024488 seconds and 5 git commands to generate.