From daab15993273bcced8b438f07c081f2325d6708b Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 11 Jul 2011 00:53:30 +0200 Subject: [PATCH] no longer prints testing... but just shows the test when we get the final result from the testing client. --- tests/test_helper.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index f96b68c61..09ef23ce0 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" }