Refactor: test: wrapper for start_lttng_tracing
[lttng-tools.git] / tests / regression / tools / exclusion / test_exclusion
index c1d76700ac61f9bc12091983f4b1adc1b33efa01..6ff8c210f7b00be2fee868e72ddfb15b55d445b2 100755 (executable)
@@ -52,12 +52,12 @@ function test_exclusion
        trace_path=$(mktemp -d)
 
        # Create session
-       create_lttng_session $SESSION_NAME $trace_path
+       create_lttng_session_ok $SESSION_NAME $trace_path
 
        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
 
This page took 0.026021 seconds and 5 git commands to generate.