mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
functional_tests: flush stdout before popening new process
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user