X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/569f84aa7cda1d47a27738906b1707741151521d..daab15993273bcced8b438f07c081f2325d6708b:/tests/test_helper.tcl diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index f96b68c6..09ef23ce 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -232,6 +232,8 @@ proc read_from_test_client fd { catch {exec kill -9 $p} } exit 1 + } elseif {$status eq {testing}} { + # No op } else { puts "\[$status\]: $data" }