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

the python junk was there previously because PowerShell is bad at exit
codes
This commit is contained in:
Jeremy Apthorp 2018-08-14 11:31:12 -07:00
parent a53a5ac071
commit 379f40ef93

View file

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