summaryrefslogtreecommitdiff
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
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.
-rw-r--r--azure/i386/test.yml1
-rw-r--r--azure/macos/test.yml1
-rw-r--r--azure/test.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/azure/i386/test.yml b/azure/i386/test.yml
index 9821010f11..1e2e1d6a1e 100644
--- a/azure/i386/test.yml
+++ b/azure/i386/test.yml
@@ -17,6 +17,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 }}
diff --git a/azure/macos/test.yml b/azure/macos/test.yml
index 4eacf86aad..f139e53e40 100644
--- a/azure/macos/test.yml
+++ b/azure/macos/test.yml
@@ -13,6 +13,7 @@ steps:
-j$(sysctl -n hw.ncpu) \
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
--offline \
+ --show-diff \
--show-slow 1000 \
--set-timeout 120 \
${{ parameters.runTestsParameters }}
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 }}