fix: pass sandbox docker env into containers (#15138) (thanks @stevebot-alive)

This commit is contained in:
George Pickett
2026-02-12 19:37:41 -08:00
parent 92567765e6
commit a067565db5
3 changed files with 5 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ describe("buildSandboxCreateArgs", () => {
"1.5",
]),
);
expect(args).toEqual(expect.arrayContaining(["--env", "LANG=C.UTF-8"]));
const ulimitValues: string[] = [];
for (let i = 0; i < args.length; i += 1) {