test(release): cover root gateway stop guard

This commit is contained in:
Peter Steinberger
2026-05-09 17:13:31 +01:00
parent 0d1c4393b9
commit 5b560b9d45

View File

@@ -78,7 +78,9 @@ describe("parallels npm update smoke", () => {
expect(script).toContain(
"OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 /opt/homebrew/bin/openclaw gateway stop",
);
expect(script).toContain("OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 openclaw gateway stop");
expect(script).toContain(
"OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 OPENCLAW_ALLOW_ROOT=1 openclaw gateway stop",
);
});
it("reenables bundled plugins before Windows post-update verification", () => {