Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / regression / tools / streaming / test_ust
index 68d92947c1051f55cb66cda4edf98575e4a254ce..44b993355398513fedbe9027e6ca336a3973d36e 100755 (executable)
@@ -66,7 +66,7 @@ function test_ust_before_start ()
        # Wait for the applications started in background
        wait
 
-       stop_lttng_tracing $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
        destroy_lttng_session $SESSION_NAME
        rm -f ${file_sync_after_first}
        rm -f ${file_sync_before_last}
@@ -88,7 +88,7 @@ function test_ust_after_start ()
                sleep 0.5
        done
 
-       stop_lttng_tracing $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
        destroy_lttng_session $SESSION_NAME
 
        # Wait for the applications started in background
This page took 0.023034 seconds and 4 git commands to generate.