Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / tools / live / test_lttng_ust
index b1d5c293103236b657be6091fde10acfb97829ae..7d6cc93f1b5692229105a9f2222365fa9cb920d7 100755 (executable)
@@ -68,8 +68,8 @@ function setup_live_tracing()
 
 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.024406 seconds and 5 git commands to generate.