no longer prints testing... but just shows the test when we get the final result from the testing client.

This commit is contained in:
antirez 2011-07-11 00:53:30 +02:00
parent 818df58b14
commit 201d2fa360

View File

@ -232,6 +232,8 @@ proc read_from_test_client fd {
catch {exec kill -9 $p} catch {exec kill -9 $p}
} }
exit 1 exit 1
} elseif {$status eq {testing}} {
# No op
} else { } else {
puts "\[$status\]: $data" puts "\[$status\]: $data"
} }