From 6ad746488ec4b06b7bdfe06b52f70230edf4e38d Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Fri, 22 May 2020 14:09:20 +0200 Subject: 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. --- azure/i386/test.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure/i386') 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 }} -- cgit v1.2.1