Skip to content

Commit

Permalink
no longer prints testing... but just shows the test when we get the f…
Browse files Browse the repository at this point in the history
…inal result from the testing client.
  • Loading branch information
antirez committed Jul 10, 2011
1 parent 569f84a commit daab159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_helper.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit daab159

Please sign in to comment.