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