(travis) Multiple CI 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
cdda207b 8if [[ "$(dmesg)" =~ $( echo "\\bOOM\\b" ) ]] ; then
9 echo_err "=== dmesg ringbuffer"
10 echo_err "$(dmesg)"
11fi