]> git.saurik.com Git - redis.git/commitdiff
no longer prints testing... but just shows the test when we get the final result...
authorantirez <antirez@gmail.com>
Sun, 10 Jul 2011 22:53:30 +0000 (00:53 +0200)
committerantirez <antirez@gmail.com>
Sun, 10 Jul 2011 22:53:30 +0000 (00:53 +0200)
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"
     }