Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / tools / tracefile-limits / test_tracefile_size
index 9fa772eb27a93e392ad1da1c60894d1f2373fbed..9fe4637e6e19f167172cfd7f3caf8c1e82acdc02 100755 (executable)
@@ -112,9 +112,9 @@ function test_tracefile_size_limit ()
 
        $TESTAPP_BIN $NR_ITER >/dev/null 2>&1
 
-       stop_lttng_tracing $session_name
+       stop_lttng_tracing_ok $session_name
 
-       destroy_lttng_session $session_name
+       destroy_lttng_session_ok $session_name
 
        # Validate file size, each one shall be no larger than the
        # specified size limit
This page took 0.025758 seconds and 5 git commands to generate.