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 коммит произвёл Charles Kerr
Родитель 7b8daaab67
Коммит 76cd065291
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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