Lines Matching refs:execPath
14 const child = spawnSync(process.execPath, args);
26 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') });
43 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') });
60 const child = spawnSync(process.execPath, args, { cwd: testFixtures });
72 const child = spawnSync(process.execPath, args);
85 const child = spawnSync(process.execPath, args, options);
109 const child = spawnSync(process.execPath, args);
127 const child = spawnSync(process.execPath, args);
176 const child = spawnSync(process.execPath, args);
202 const child = spawnSync(process.execPath, args);
214 const child = spawnSync(process.execPath, args, { cwd: testFixtures });
226 const child = spawnSync(process.execPath, args, { cwd: testFixtures });
238 const child = spawnSync(process.execPath, args, { cwd: testFixtures });
250 const child = spawnSync(process.execPath, args, { cwd: testFixtures });
262 const child = spawnSync(process.execPath, args, { cwd: testFixtures });
280 const child = spawnSync(process.execPath, args);
316 const child = spawnSync(process.execPath, args);