Skip to content

Commit 137b9bc

Browse files
committed
Show diffs for failed tests on Azure CI
Seeing the diffs for failed tests in CI is very helpful, especially for developers who do not have a Mac (or other test platform in question).
1 parent bb1a68b commit 137b9bc

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)