Merge branch 'codex/simp-snapshot-fixture-inventory' into codex/simp-shared-acp-test-launcher
# Conflicts: # examples/acp-agent/tests/acp.e2e.ts # examples/acp-agent/tests/escalation.e2e.ts # examples/acp-agent/tests/hooks.e2e.ts # packages/support/acp-snapshot/src/harness.ts
This commit is contained in:
@@ -79,7 +79,7 @@ export function launchAcpTestAgent(options: AcpTestLaunchOptions): LaunchedAcpTe
|
||||
const { agent, cwd } = options
|
||||
const child = spawn(
|
||||
process.execPath,
|
||||
['--import', tsxLoader, agent.binScript, options.configPath ?? agent.configPath],
|
||||
['--import', tsxLoader, agent.binScript, '--config', options.configPath ?? agent.configPath],
|
||||
{
|
||||
cwd,
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user