diff --git a/tests/ci/clickbench.py b/tests/ci/clickbench.py index 0d3452b7a64..2b320d69e7d 100644 --- a/tests/ci/clickbench.py +++ b/tests/ci/clickbench.py @@ -54,7 +54,6 @@ def get_run_command( ci_logs_args: str, image: DockerImage, ) -> str: - envs = [f"-e {e}" for e in additional_envs] env_str = " ".join(envs) @@ -67,6 +66,7 @@ def get_run_command( f"--cap-add=SYS_PTRACE {env_str} {image}" ) + def process_results( result_directory: Path, server_log_path: Path,