mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Usability improvement of clickhouse-test
This commit is contained in:
parent
b282df488f
commit
897d51b6e7
@ -293,6 +293,8 @@ def run_tests_array(all_tests_with_params):
|
||||
try:
|
||||
sys.stdout.flush()
|
||||
sys.stdout.write("{0:72}".format(name + ": "))
|
||||
# This flush is needed so you can see the test name of the long running test before it will finish.
|
||||
sys.stdout.flush()
|
||||
|
||||
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