More information about the test env we are about to use
Peter Rabbitson [Wed, 5 Dec 2012 10:30:23 +0000 (11:30 +0100)]
maint/travis-ci_prepare_env

index 7db9e90..bed922d 100755 (executable)
@@ -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"