Skip to content

Commit 6ad7464

Browse files
alexdowadnikic
authored andcommitted
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.
1 parent 88dfc47 commit 6ad7464

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

azure/i386/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ steps:
1717
-j$(/usr/bin/nproc) \
1818
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
1919
--offline \
20+
--show-diff \
2021
--show-slow 1000 \
2122
--set-timeout 120 \
2223
${{ parameters.runTestsParameters }}

azure/macos/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
-j$(sysctl -n hw.ncpu) \
1414
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
1515
--offline \
16+
--show-diff \
1617
--show-slow 1000 \
1718
--set-timeout 120 \
1819
${{ parameters.runTestsParameters }}

azure/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ steps:
1818
-j$(/usr/bin/nproc) \
1919
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
2020
--offline \
21+
--show-diff \
2122
--show-slow 1000 \
2223
--set-timeout 120 \
2324
${{ parameters.runTestsParameters }}

0 commit comments

Comments
 (0)