Commit daab1599 authored by antirez's avatar antirez
Browse files

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

no longer prints testing... but just shows the test when we get the final result from the testing client.
parent 569f84aa
......@@ -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"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment