mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
chore: fix windows int test
This commit is contained in:
@@ -27,7 +27,7 @@ describe('Background Shell Output Logging', () => {
|
|||||||
// Since we're in the test rig, we have to be careful with how we background.
|
// Since we're in the test rig, we have to be careful with how we background.
|
||||||
// The run_shell_command tool backgrounds if is_background: true is passed.
|
// The run_shell_command tool backgrounds if is_background: true is passed.
|
||||||
|
|
||||||
const prompt = `Please run the command "echo start && sleep 1 && echo end" in the background and tell me the PID.`;
|
const prompt = `Please run the command "echo start; sleep 1; echo end" in the background and tell me the PID.`;
|
||||||
|
|
||||||
const result = await rig.run({
|
const result = await rig.run({
|
||||||
args: [prompt],
|
args: [prompt],
|
||||||
|
|||||||
Reference in New Issue
Block a user