AgentBench
AgentBench copied to clipboard
OS-task catch errors in container init
Added starting the container to the failure modes with an error message if either the init or start scripts fail.
Before this change there were the following problems:
- if the container init failed the task would not be caught as an Unknown error
- the init or start scripts could fail silently (nothing was checking the exit code of these scripts) without a useful error message