mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
clickhouse-test: add missing whitespace before printing database on error
This commit is contained in:
parent
c0ad339489
commit
2cf931e08b
@ -492,7 +492,7 @@ def run_tests_array(all_tests_with_params):
|
||||
failures_chain += 1
|
||||
status += MSG_FAIL
|
||||
status += print_test_time(total_time)
|
||||
status += " - Test runs too long (> 30s). Make it faster."
|
||||
status += " - Test runs too long (> 30s). Make it faster.\n"
|
||||
status += 'Database: ' + testcase_args.testcase_database
|
||||
else:
|
||||
passed_total += 1
|
||||
|
Loading…
Reference in New Issue
Block a user