mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
ci: fix spawn EINVAL on Windows by adding shell option
This commit is contained in:
@@ -729,6 +729,7 @@ export class TestRig {
|
||||
cwd: this.testDir!,
|
||||
stdio: 'pipe',
|
||||
env: this._getCleanEnv(options.env),
|
||||
shell: os.platform() === 'win32',
|
||||
});
|
||||
this._spawnedProcesses.push(child);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user