Skip to content

Commit 6c6ad69

Browse files
authored
updated debug printing
1 parent 320f543 commit 6c6ad69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clickhouse-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2615,7 +2615,7 @@ def run_tests_array(
26152615
proc_name = multiprocessing.current_process().name
26162616
print(f"Running {about}{num_tests} {test_suite.suite} tests ({proc_name}).")
26172617

2618-
print('!!!!!', multiprocessing.current_process().name, '\n'.join(all_tests))
2618+
print('!!!!!', multiprocessing.current_process().name, f'got {len(all_tests)} tests')
26192619

26202620
while True:
26212621
if all_tests:

0 commit comments

Comments
 (0)