diff --git a/dbms/tests/clickhouse-test b/dbms/tests/clickhouse-test index 47f3d93f32e..5cd4985b3c0 100755 --- a/dbms/tests/clickhouse-test +++ b/dbms/tests/clickhouse-test @@ -163,7 +163,7 @@ def main(args): report_testcase = et.Element("testcase", attrib = {"name": name}) try: - print "{0:70}".format(name + ": "), + print "{0:72}".format(name + ": "), sys.stdout.flush() if args.skip and any(s in name for s in args.skip):