summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-17 11:48:46 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-17 11:48:46 +0200
commit2d5b3b804349797075ea9f645f3612530e3d4137 (patch)
tree6008f87a89425c599902eb334df40f3038d6d862 /azure/macos
parentc413b1fca6214f35627045bc3d16ce870c49407e (diff)
downloadphp-git-2d5b3b804349797075ea9f645f3612530e3d4137.tar.gz
Report test failures on macos
This was enabled on 7.4 but for some reason disabled on master.
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/test.yml2
1 files changed, 1 insertions, 1 deletions
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())