This commit is contained in:
Yakov Olkhovskiy 2024-07-16 13:37:59 +00:00
parent 73ecb96bb4
commit 9690a5a334
2 changed files with 1 additions and 1 deletions

View File

@ -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"
)