Skip to content

Commit

Permalink
chore(bisect): inherit parent ENV when launching script (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored Aug 13, 2019
1 parent d687c81 commit 2871bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/bisect.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ function runScript(scriptPath, revisionInfo) {
const child = fork(scriptPath, [], {
stdio: ['inherit', 'inherit', 'inherit', 'ipc'],
env: {
...process.env,
PUPPETEER_EXECUTABLE_PATH: revisionInfo.executablePath,
},
});
Expand Down

0 comments on commit 2871bcd

Please sign in to comment.