f087d6f9e7e2d08e0391920d2406f90b6b816836
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_failure.bash
1 #!/bin/bash
2
3 # this file is executed in a subshell - set up the common stuff
4 source maint/travis-ci_scripts/common.bash
5
6 if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
7
8 echo_err "
9 $(ci_vm_state_text)
10
11 === dmesg ringbuffer
12 $(sudo dmesg)"