From 379f40ef93646a0b79cd24384a9826a74cdf8692 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Tue, 14 Aug 2018 11:31:12 -0700 Subject: [PATCH] ci: [win] simplify call to electron.exe in appveyor the python junk was there previously because PowerShell is bad at exit codes --- appveyor-gn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-gn.yml b/appveyor-gn.yml index 437aef4dc33e..5c53efec7bc5 100644 --- a/appveyor-gn.yml +++ b/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