functional_tests: flush stdout before popening new process

pull/200/head
moneromooo-monero 5 years ago
parent 475481949a
commit 36ced06727
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -98,6 +98,7 @@ FAIL = []
for test in tests:
try:
print('[TEST STARTED] ' + test)
sys.stdout.flush()
cmd = [python, srcdir + '/' + test + ".py"]
subprocess.check_call(cmd)
PASS.append(test)

Loading…
Cancel
Save