mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix
This commit is contained in:
parent
73ecb96bb4
commit
9690a5a334
@ -75,7 +75,7 @@ def get_run_command(
|
||||
f"--volume={result_path}:/test_output "
|
||||
"--security-opt seccomp=unconfined " # required to issue io_uring sys-calls
|
||||
f"--cap-add=SYS_PTRACE {env_str} {additional_options_str} {image} "
|
||||
"python3 ./utils/runner.py"
|
||||
"python3 /usr/share/clickhouse-test/fuzz/runner.py"
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user