Pause before validation
This commit is contained in:
parent
b10bcf74a7
commit
32a406490f
@ -411,6 +411,7 @@ def main(processes, messages, runscript, broadcastType, logsDir, testConfig):
|
||||
[p.start() for p in monitors]
|
||||
[p.join() for p in monitors]
|
||||
|
||||
input('Hit `Enter` to validate the output')
|
||||
print("Result of validation: {}".format(validation.checkAll()))
|
||||
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user