mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
fix(gateway): avoid zsh status variable in update wrapper
This commit is contained in:
parent
c1ae18ee81
commit
fdd455bc58
2 changed files with 7 additions and 1 deletions
|
|
@ -237,6 +237,8 @@ class TestUpdateCommandGatewayFlag:
|
|||
cmd_string = call_args[-1] if isinstance(call_args, list) else str(call_args)
|
||||
assert "--gateway" in cmd_string
|
||||
assert "PYTHONUNBUFFERED" in cmd_string
|
||||
assert "rc=$?" in cmd_string
|
||||
assert "status=$?" not in cmd_string
|
||||
assert "stream progress" in result
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue