X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Ftools%2Fexclusion%2Ftest_exclusion;h=b913994018311a779b56d0bbb261e4f845ba4da5;hb=67b4c664e2c6c6dc19920555c0abf094ed6cbe00;hp=94f5251ba58f9d25b0aaec6779378e71e1e0a97d;hpb=bf6ae429bc7bf2fefdce61e48806768dab7567d5;p=lttng-tools.git diff --git a/tests/regression/tools/exclusion/test_exclusion b/tests/regression/tools/exclusion/test_exclusion index 94f5251ba..b91399401 100755 --- a/tests/regression/tools/exclusion/test_exclusion +++ b/tests/regression/tools/exclusion/test_exclusion @@ -57,12 +57,12 @@ 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 + destroy_lttng_session_ok $SESSION_NAME stats=`babeltrace $trace_path | $STATS_BIN --tracepoint $EV_EXCLUDE_NAME | grep -v index` if [ ! -z "$stats" ]; then