tests: Use destroy with no-wait during filter tests
[lttng-tools.git] / tests / regression / tools / filtering / test_valid_filter
index cd5b1a3b94f1a620097fcaad0db6118e9ec32b98..0c7ac0bdd5e00f419063f07ac0e18922623ecb42 100755 (executable)
@@ -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`
 
This page took 0.02323 seconds and 4 git commands to generate.