mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
On GCP VMs (running as root), npm installs openclaw to /usr/local/bin instead of ~/.npm-global/bin because the system npm prefix is writable and already in PATH. The E2E verify_openclaw() and related gateway helper functions only explicitly listed ~/.npm-global/bin, ~/.bun/bin, and ~/.local/bin — missing /usr/local/bin when .spawnrc sourcing silently fails in the piped-bash SSH exec context. Add /usr/local/bin explicitly to all openclaw-related PATH exports in verify.sh so the binary check succeeds regardless of .spawnrc state. Fixes #2732 Agent: test-engineer Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| clouds | ||
| common.sh | ||
| provision.sh | ||
| soak.sh | ||
| teardown.sh | ||
| verify.sh | ||