Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / tools / tracefile-limits / test_tracefile_size
index 1583c9519a74357349d022f5dbd285c58ba231e8..9fe4637e6e19f167172cfd7f3caf8c1e82acdc02 100755 (executable)
@@ -108,13 +108,13 @@ function test_tracefile_size_limit ()
        enable_ust_lttng_event_per_channel \
            $session_name $event_name $channel_name
 
-       start_lttng_tracing $session_name
+       start_lttng_tracing_ok $session_name
 
        $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.024938 seconds and 5 git commands to generate.