summaryrefslogtreecommitdiff
path: root/azure/test.yml
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2020-05-22 14:09:20 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-22 16:37:04 +0200
commit6ad746488ec4b06b7bdfe06b52f70230edf4e38d (patch)
tree872ae2fa319160d2200a0451d787f4966c6b0bd0 /azure/test.yml
parent88dfc475c5937822399843e8aed9b98a36a01813 (diff)
downloadphp-git-6ad746488ec4b06b7bdfe06b52f70230edf4e38d.tar.gz
Show diffs for failed tests on Azure CI
It's currently not possible to view the "Tests" tab on Azure if you're not signed in, so also display diffs in the log. Closes GH-5612.
Diffstat (limited to 'azure/test.yml')
-rw-r--r--azure/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/test.yml b/azure/test.yml
index 16ffa0fcfa..4a1f97b734 100644
--- a/azure/test.yml
+++ b/azure/test.yml
@@ -18,6 +18,7 @@ steps:
-j$(/usr/bin/nproc) \
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
--offline \
+ --show-diff \
--show-slow 1000 \
--set-timeout 120 \
${{ parameters.runTestsParameters }}