From 2d5b3b804349797075ea9f645f3612530e3d4137 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 17 Jun 2019 11:48:46 +0200 Subject: Report test failures on macos This was enabled on 7.4 but for some reason disabled on master. --- azure/macos/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/macos') diff --git a/azure/macos/test.yml b/azure/macos/test.yml index 027de11e53..4eacf86aad 100644 --- a/azure/macos/test.yml +++ b/azure/macos/test.yml @@ -23,6 +23,6 @@ steps: testResultsFormat: 'JUnit' testResultsFiles: junit.xml testRunTitle: '${{ parameters.configurationName }} ${{ parameters.runTestsName }}' - failTaskOnFailedTests: false + failTaskOnFailedTests: true displayName: 'Export ${{ parameters.configurationName }} ${{ parameters.runTestsName }} Results' condition: or(succeeded(), failed()) -- cgit v1.2.1