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