From 8a6609d05921787db34b97887f7d6bbb711f8716 Mon Sep 17 00:00:00 2001 From: "M. J. Everitt" Date: Tue, 19 Dec 2017 00:06:33 +0000 Subject: [PATCH] Reverse order of fixed & remaining warnings for CI emails Whilst there is a long list of warnings on the CI emails, it is often hard to see what warnings were actually fixed, as they are several screens down the email. This patch brings them to the top. --- report-borked.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/report-borked.bash b/report-borked.bash index b8b0594..6ee6d03 100755 --- a/report-borked.bash +++ b/report-borked.bash @@ -225,13 +225,13 @@ ${wnew[*]/#/ ${uri_prefix}/${current_rev}/output.html#} -}${wold:+Previous warnings still unfixed: -${wold[*]/#/ +}${wfixed:+Warnings fixed since last run: +${wfixed[*]/#/ ${uri_prefix}/${current_rev}/output.html#} -}${wfixed:+Warnings fixed since last run: -${wfixed[*]/#/ +}${wold:+Previous warnings still unfixed: +${wold[*]/#/ ${uri_prefix}/${current_rev}/output.html#}