Skip to content

Commit

Permalink
remove leftover testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
ricffb committed Dec 4, 2024
1 parent 80bb329 commit 329913c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contrib/vcloud/benchmarkclient_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ def init(config, benchmark):
tool_locator = benchexec.tooladapter.create_tool_locator(config)

benchmark.executable = benchmark.tool.executable(tool_locator)
print(f"Executable: {benchmark.executable}")
benchmark.tool_version = benchmark.tool.version(benchmark.executable)
print(f"Tool version: {benchmark.tool_version}")
sys.exit(0)
environment = benchmark.environment()
if environment.get("keepEnv", None) or environment.get("additionalEnv", None):
sys.exit(
Expand Down

0 comments on commit 329913c

Please sign in to comment.