Skip to content

Commit

Permalink
test: run node specs with py3 (#34154)
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed May 10, 2022
1 parent e76cf3e commit 9bcbe70
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 9bcbe70

Please sign in to comment.