Skip to content

Commit e0ee2a0

Browse files
committed
Show diffs for failed tests on i386/Mac OS 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 e0ee2a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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 }}

0 commit comments

Comments
 (0)