test: stabilize Docker live service lanes

This commit is contained in:
Peter Steinberger
2026-04-25 02:33:03 +01:00
parent 3a7ee209c9
commit 835c4e053c
4 changed files with 6 additions and 2 deletions

View File

@@ -73,6 +73,8 @@ if [[ "$CLI_PROVIDER" == "claude-cli" && -z "$CLI_DISABLE_MCP_CONFIG" ]]; then
CLI_DISABLE_MCP_CONFIG="0"
fi
fi
export OPENCLAW_LIVE_CLI_BACKEND_MODEL_SWITCH_PROBE="${OPENCLAW_LIVE_CLI_BACKEND_MODEL_SWITCH_PROBE:-0}"
export OPENCLAW_LIVE_CLI_BACKEND_MCP_PROBE="${OPENCLAW_LIVE_CLI_BACKEND_MCP_PROBE:-0}"
cleanup_temp_dirs() {
if ((${#TEMP_DIRS[@]} > 0)); then