Browse Source

ci: [win] simplify call to electron.exe in appveyor

the python junk was there previously because PowerShell is bad at exit
codes
Jeremy Apthorp 6 years ago
parent
commit
379f40ef93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor-gn.yml

+ 1 - 1
appveyor-gn.yml

@@ -37,7 +37,7 @@ test_script:
   - ps: Push-Location; cd electron/spec
   - npm install
   - ps: Pop-Location
-  - python -c "import subprocess; subprocess.check_call([\"./out/Default/electron.exe\", \"electron/spec\", \"--ci\"])"
+  - ./out/Default/electron.exe electron/spec --ci
   # TODO(nornagon): verify-ffmpeg step
 artifacts:
 - path: test-results.xml