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 569f84aa7c
commit daab159932

View 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"
}