]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
no longer prints testing... but just shows the test when we get the final result...
[redis.git] / tests / test_helper.tcl
index f96b68c619c1da1a8423f176870c126ce663d23d..09ef23ce0e852f45e653b2c1b8a5aa06ff415c73 100644 (file)
@@ -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"
     }