Merge pull request #61801 from ClickHouse/clickhouse-test-dont-print-garbage

Do not print garbage in clickhouse-test
This commit is contained in:
Alexey Milovidov 2024-03-23 18:39:52 +03:00 committed by GitHub
commit 9ad9b78365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1387,7 +1387,6 @@ class TestCase:
self.reference_file,
self.stdout_file,
],
encoding="latin-1",
stdout=PIPE,
universal_newlines=True,
) as diff_proc: