From 76cd065291cfe2b3ba9fb497c7fd2b7a9bbdcfe2 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Thu, 20 Sep 2018 15:21:09 -0400 Subject: [PATCH] ci:Make sure that tests on VSTS get marked as failed if they fail (#14734) --- vsts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vsts.yml b/vsts.yml index 803256e78b60..6c4e7fdf00dc 100644 --- a/vsts.yml +++ b/vsts.yml @@ -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