Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / tools / filtering / test_valid_filter
index 9a9e31c83aaea4b64f6e8e9ad18e660a1f40e1d4..df4eb47e3687a6245488c9b5c8bcd443538ee176 100755 (executable)
@@ -67,10 +67,10 @@ function test_valid_filter
        # Trace apps
        start_lttng_tracing_ok $SESSION_NAME
        run_apps
-       stop_lttng_tracing $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
 
        # Destroy session
-       destroy_lttng_session $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 
        stats=`babeltrace $trace_path | $STATS_BIN --tracepoint $EVENT_NAME`
 
This page took 0.025004 seconds and 5 git commands to generate.