From: Peter Rabbitson Date: Tue, 7 Jun 2016 17:21:54 +0000 (+0200) Subject: (travis) Report the perl (and vm state) early before deps can fail X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe21f2224c1dcf8c1107bde8ea7b21e6ca7b994c;p=dbsrgits%2FDBIx-Class.git (travis) Report the perl (and vm state) early before deps can fail --- diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index f590ff0..091e155 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -25,6 +25,11 @@ if is_cperl ; then fi + +# announce what are we running +echo_err "$(ci_vm_state_text)" + + # FIXME - this is a kludge in place of proper MVDT testing. For the time # being simply use the minimum versions of our DBI/DBDstack, to avoid # fuckups like 0.08260 (went unnoticed for 5 months) @@ -239,9 +244,6 @@ if [[ "$CLEANTEST" = "true" ]] && perl -MModule::Build::Tiny -e1 &>/dev/null ; t exit 1 fi -# announce what are we running echo_err " ===================== DEPENDENCY CONFIGURATION COMPLETE ===================== -$(tstamp) Configuration phase seems to have taken $(date -ud "@$SECONDS" '+%H:%M:%S') (@$SECONDS) - -$(ci_vm_state_text)" +$(tstamp) Configuration phase seems to have taken $(date -ud "@$SECONDS" '+%H:%M:%S') (@$SECONDS)"