Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / tools / streaming / test_ust
index 44b993355398513fedbe9027e6ca336a3973d36e..a5d5b5e9215191c7dab80b86b7741014cb63df1b 100755 (executable)
@@ -67,7 +67,7 @@ function test_ust_before_start ()
        wait
 
        stop_lttng_tracing_ok $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
        rm -f ${file_sync_after_first}
        rm -f ${file_sync_before_last}
 }
@@ -89,7 +89,7 @@ function test_ust_after_start ()
        done
 
        stop_lttng_tracing_ok $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 
        # Wait for the applications started in background
        wait
This page took 0.025199 seconds and 5 git commands to generate.