Merge branch 'PHP-7.4'

* PHP-7.4:
  Show diffs for failed tests on Azure CI
This commit is contained in:
Nikita Popov 2020-05-22 16:37:22 +02:00
commit a307e48d67
3 changed files with 3 additions and 0 deletions

View file

@ -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 }}

View file

@ -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 }}

View file

@ -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 }}