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
818df58b14
commit
201d2fa360
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user