b155fab16d78cfba8888a195f2528de65a22d277
[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 echo_err "
9 $(ci_vm_state_text)
10
11 $( [[ "$(dmesg)" =~ $( echo "\\bOOM\\b" ) ]] && echo "=== dmesg ringbuffer" && dmesg )"