don't redirect fail client output to /dev/null

This commit is contained in:
2026-04-21 16:21:29 +02:00
parent 7bbd30a6f8
commit a7e2c14529

View File

@ -211,7 +211,8 @@ sub inject {
"-Wf,--ok-marker=fail_marker_positive",
"-Wf,--fail-marker=fail_marker_negative",
"-Wf,--detected-marker=fail_marker_detected",
">/dev/null"
# ">/dev/null"
)
) == 0 or die "client failed: $?";