tests: Use destroy with no-wait during filter tests
[lttng-tools.git] / tests / utils / utils.sh
index 27816deddd9c25b1581515471e58ee76c00dd761..c1d702e823c33120f96b256df93bd35044a73d8e 100644 (file)
@@ -1691,9 +1691,10 @@ function destroy_lttng_session ()
        local withtap=$1
        local expected_to_fail=$2
        local sess_name=$3
+       shift 3
 
        _run_lttng_cmd "$OUTPUT_DEST" "$ERROR_OUTPUT_DEST" \
-               destroy $sess_name
+               destroy $sess_name $@
        ret=$?
        if [[ $expected_to_fail -eq "1" ]]; then
                test "$ret" -ne "0"
This page took 0.022625 seconds and 4 git commands to generate.