mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Flush stdout in tests
This commit is contained in:
parent
530ad951bc
commit
46991b8c66
@ -202,9 +202,8 @@ def run_tests_array(all_tests_with_params):
|
||||
(name, ext) = os.path.splitext(case)
|
||||
|
||||
try:
|
||||
sys.stdout.write("{0:72}".format(name + ": "))
|
||||
if run_total == 1:
|
||||
sys.stdout.flush()
|
||||
sys.stdout.write("{0:72}".format(name + ": "))
|
||||
|
||||
if args.skip and any(s in name for s in args.skip):
|
||||
print(MSG_SKIPPED + " - skip")
|
||||
|
Loading…
Reference in New Issue
Block a user