no longer prints testing... but just shows the test when we get the final result from the testing client.
This commit is contained in:
parent
569f84aa7c
commit
daab159932
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user