Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / regression / tools / exclusion / test_exclusion
index 94f5251ba58f9d25b0aaec6779378e71e1e0a97d..0033c7ed51e4fd3d69fafddfe576328c90c3964a 100755 (executable)
@@ -57,9 +57,9 @@ function test_exclusion
        enable_ust_lttng_all_event_exclusion $SESSION_NAME $EV_EXCLUDE_NAME
 
        # Trace apps
-       start_lttng_tracing $SESSION_NAME
+       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
This page took 0.023443 seconds and 4 git commands to generate.