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