X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F30_before_script.bash;h=7d8807facee8a63121f49fa46e883a369dea29d5;hb=83da25f071197b0592a05b851f906f85a08750eb;hp=7d247c804b96924e66d480096dce55d92382314d;hpb=07292953168edb416e480a16d8bac39a575a73f9;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/30_before_script.bash b/maint/travis-ci_scripts/30_before_script.bash index 7d247c8..7d8807f 100755 --- a/maint/travis-ci_scripts/30_before_script.bash +++ b/maint/travis-ci_scripts/30_before_script.bash @@ -23,6 +23,8 @@ if [[ "$POISON_ENV" = "true" ]] ; then export DBI_DSN="dbi:ODBC:server=NonexistentServerAddress" export DBI_DRIVER="ADO" + # some people do in fact set this - boggle!!! + export PERL_STRICTURES_EXTRA=1 # emulate a local::lib-like env # trick cpanm into executing true as shell - we just need the find+unpack @@ -235,20 +237,13 @@ echo_err " ===================== DEPENDENCY CONFIGURATION COMPLETE ===================== $(tstamp) 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) -= Kernel info -$(uname -a) - -= Network Configuration -$(ip addr) += Diskinfo +$(sudo df -h) -= Network Sockets Status -$(sudo netstat -an46p | grep -Pv '\s(CLOSING|(FIN|TIME|CLOSE)_WAIT.?|LAST_ACK)\s') +$(mount | grep '^/') = Environment $(env | grep -P 'TEST|HARNESS|MAKE|TRAVIS|PERL|DBIC' | LC_ALL=C sort | cat -v)