X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F50_after_failure.bash;h=f087d6f9e7e2d08e0391920d2406f90b6b816836;hb=a61771df2487b674cc036f4647ebe532e6f1f471;hp=4935763b0441d3a2b33d5c743e3928c37264df16;hpb=4d104e2bf535fa39a23dc8fb3373a5dd73ba7b7e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/maint/travis-ci_scripts/50_after_failure.bash b/maint/travis-ci_scripts/50_after_failure.bash index 4935763..f087d6f 100755 --- a/maint/travis-ci_scripts/50_after_failure.bash +++ b/maint/travis-ci_scripts/50_after_failure.bash @@ -1,11 +1,12 @@ #!/bin/bash -# !!! Nothing here will be executed !!! -# The source-line calling this script is commented out in .travis.yml - +# this file is executed in a subshell - set up the common stuff source maint/travis-ci_scripts/common.bash -if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi -echo_err "Nothing to do" +if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi + +echo_err " +$(ci_vm_state_text) -return 0 +=== dmesg ringbuffer +$(sudo dmesg)"