(travis) Port all travis changes since 0.08270
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_failure.bash
CommitLineData
b58ecb01 1#!/bin/bash
2
83c94794 3# this file is executed in a subshell - set up the common stuff
b58ecb01 4source maint/travis-ci_scripts/common.bash
b58ecb01 5
83c94794 6if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
b58ecb01 7
83c94794 8if [[ "$(dmesg)" =~ $( echo "\\bOOM\\b" ) ]] ; then
9 echo_err "=== dmesg ringbuffer"
10 echo_err "$(dmesg)"
11fi