Browse Source

test: run node specs with py3 (#34165)

Co-authored-by: Jeremy Rose <[email protected]>
trop[bot] 2 years ago
parent
commit
49ee456797
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/node-spec-runner.js

+ 1 - 1
script/node-spec-runner.js

@@ -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',