mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
fix(testbox): force noninteractive remote hydration
This commit is contained in:
@@ -760,6 +760,8 @@ describe("scripts/crabbox-wrapper", () => {
|
||||
"--id",
|
||||
"tbx_owned",
|
||||
"--",
|
||||
"env",
|
||||
"CI=true",
|
||||
"echo ok",
|
||||
]);
|
||||
});
|
||||
@@ -782,6 +784,8 @@ describe("scripts/crabbox-wrapper", () => {
|
||||
"--id",
|
||||
"blue-hermit",
|
||||
"--",
|
||||
"env",
|
||||
"CI=true",
|
||||
"echo ok",
|
||||
]);
|
||||
});
|
||||
@@ -3166,7 +3170,9 @@ describe("scripts/crabbox-wrapper", () => {
|
||||
expect(result.error).toBeUndefined();
|
||||
expect(result.status).toBe(0);
|
||||
expect(result.stderr).not.toContain("could not parse provider list");
|
||||
expect(result.stderr).not.toContain("selected binary failed basic --version/--help sanity checks");
|
||||
expect(result.stderr).not.toContain(
|
||||
"selected binary failed basic --version/--help sanity checks",
|
||||
);
|
||||
expect(result.stderr).toContain(
|
||||
"providers=hetzner,aws,local-container,blacksmith-testbox,cloudflare",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user