mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Try fix
This commit is contained in:
parent
35b6112b7b
commit
900e08d6e7
@ -180,7 +180,7 @@ def main():
|
||||
run_command = (
|
||||
f"docker run --cap-add=SYS_PTRACE --volume={tests_binary}:/unit_tests_dbms "
|
||||
"--security-opt seccomp=unconfined " # required to issue io_uring sys-calls
|
||||
f"--volume={test_output}:/test_output {docker_image} ${gdb_enabled}"
|
||||
f"--volume={test_output}:/test_output {docker_image} {gdb_enabled}"
|
||||
)
|
||||
|
||||
run_log_path = test_output / "run.log"
|
||||
|
Loading…
Reference in New Issue
Block a user