X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ffiltering%2Ftest_valid_filter;h=0c7ac0bdd5e00f419063f07ac0e18922623ecb42;hb=cdcf8972424da5cba4c0210d7fdfa2e7123aa748;hp=e8401c591f10966f7117cb96e39b14dcfbf7c65d;hpb=8d5a3312b34841f1ecba2605acad3eaca79fd5e4;p=lttng-tools.git diff --git a/tests/regression/tools/filtering/test_valid_filter b/tests/regression/tools/filtering/test_valid_filter index e8401c591..0c7ac0bdd 100755 --- a/tests/regression/tools/filtering/test_valid_filter +++ b/tests/regression/tools/filtering/test_valid_filter @@ -94,7 +94,7 @@ function test_valid_filter event_name="$3" filter="$4" validator="$5" - local trace_path=$(mktemp -d -t tmp.test_filtering_invalid_filters_trace_path.XXXXXX) + local trace_path=$(mktemp -d -t tmp.test_filtering_valid_filters_trace_path.XXXXXX) diag "Test valid $domain_name filter: $filter" @@ -110,7 +110,7 @@ function test_valid_filter stop_lttng_tracing_ok $SESSION_NAME # Destroy session - destroy_lttng_session_ok $SESSION_NAME + destroy_lttng_session_ok $SESSION_NAME --no-wait stats=`"$BABELTRACE_BIN" $trace_path | $STATS_BIN --tracepoint $event_name`