From: Peter Rabbitson Date: Fri, 18 Oct 2013 16:00:31 +0000 (+0200) Subject: Better render of $POSTMORTEM X-Git-Tag: v0.08260~105 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77a86bbf1a3c00e44fb76c8a3855270bc800d14b;p=dbsrgits%2FDBIx-Class.git Better render of $POSTMORTEM --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 8e99427..8557e1b 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -146,6 +146,7 @@ while (@chunks) { if [[ -n "$INSTALLDEPS_SKIPPED_TESTLIST" ]] ; then POSTMORTEM="$POSTMORTEM$( + echo echo "The following non-essential tests were skipped during deps installation" echo "=============================================================" echo "$INSTALLDEPS_SKIPPED_TESTLIST" diff --git a/maint/travis-ci_scripts/common.bash b/maint/travis-ci_scripts/common.bash index 5f8a059..def7586 100755 --- a/maint/travis-ci_scripts/common.bash +++ b/maint/travis-ci_scripts/common.bash @@ -118,7 +118,10 @@ installdeps() { echo_err -n "failed ($errlog) retrying with sequential testing ... " POSTMORTEM="$POSTMORTEM$( echo - echo "Depinstall under $HARNESS_OPTIONS parallel testing failed $errlog (while attempting install of $@)" + echo "Depinstall under $HARNESS_OPTIONS parallel testing failed $errlog" + echo "=============================================================" + echo "Attempted installation of: $@" + echo "=============================================================" )" HARNESS_OPTIONS=""