From: Peter Rabbitson Date: Wed, 5 Dec 2012 10:30:23 +0000 (+0100) Subject: More information about the test env we are about to use X-Git-Tag: v0.08205~81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7291faa85a24150e32a0fbceb7ced15fa1dd93d;p=dbsrgits%2FDBIx-Class.git More information about the test env we are about to use --- diff --git a/maint/travis-ci_prepare_env b/maint/travis-ci_prepare_env index 7db9e90..bed922d 100755 --- a/maint/travis-ci_prepare_env +++ b/maint/travis-ci_prepare_env @@ -263,5 +263,21 @@ fi run_or_err "Prepare blib" "make pure_all" # announce what are we running -perl -V -echo_err "$(tstamp) Starting tests using $NUMTHREADS concurrent processes" +echo_err " +========================= CONFIGURATION COMPLETE =========================== +Configuration phase seems to have taken $(date -ud "@$SECONDS" '+%H:%M:%S') (@$SECONDS) + += CPUinfo +$(perl -0777 -p -e 's/.+\n\n(?!\z)//s' < /proc/cpuinfo) + += Meminfo +$(free -m -t) + += Environment +$(env | grep -P 'TEST|TRAVIS|PERL|DBIC' | LC_ALL=C sort | cat -v) + += Perl in use +$(perl -V) +============================================================================ + +$(tstamp) Starting tests using $NUMTHREADS concurrent processes"