ci:Make sure that tests on VSTS get marked as failed if they fail (#14734)

This commit is contained in:
John Kleinschmidt 2018-09-20 15:21:09 -04:00 committed by Charles Kerr
parent 7b8daaab67
commit 76cd065291

View file

@ -57,7 +57,6 @@ jobs:
condition: and(succeeded(), ne(variables['ELECTRON_RELEASE'], '1'))
- bash: |
set +e
cd src
# Make sure there aren't any Electron processes left running from previous tests
killall Electron