Skip to content

Commit

Permalink
test: run node specs with py3 (#34165)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Rose <japthorp@slack-corp.com>
  • Loading branch information
trop[bot] and nornagon committed May 11, 2022
1 parent 8506332 commit 49ee456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/node-spec-runner.js
Expand Up @@ -55,7 +55,7 @@ const getCustomOptions = () => {
async function main () {
const options = args.default ? defaultOptions : getCustomOptions();

const testChild = cp.spawn('python', options, {
const testChild = cp.spawn('python3', options, {
env: {
...process.env,
ELECTRON_RUN_AS_NODE: 'true',
Expand Down

0 comments on commit 49ee456

Please sign in to comment.