mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
ignore encoding errors in fuzzers output
This commit is contained in:
parent
ba5a0e98e3
commit
3af5bd6a49
@ -133,6 +133,7 @@ def run_fuzzer(fuzzer: str):
|
||||
text=True,
|
||||
check=True,
|
||||
shell=True,
|
||||
errors='replace',
|
||||
)
|
||||
except subprocess.CalledProcessError as e:
|
||||
# print("Command failed with error:", e)
|
||||
|
Loading…
Reference in New Issue
Block a user