mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add new line to status
This commit is contained in:
parent
6c5302969b
commit
879adc5437
@ -434,6 +434,9 @@ def run_tests_array(all_tests_with_params):
|
||||
if os.path.exists(stderr_file):
|
||||
os.remove(stderr_file)
|
||||
|
||||
if status and not status.endswith('\n'):
|
||||
status += '\n'
|
||||
|
||||
sys.stdout.write(status)
|
||||
sys.stdout.flush()
|
||||
except KeyboardInterrupt as e:
|
||||
|
Loading…
Reference in New Issue
Block a user