Searched refs:test_bailout (Results 1 – 1 of 1) sorted by relevance
113 test_bailout () { echo "Bail out!${1+:- $1}"; exit 1; } function114 test_bail_on_fail () { test $TSTFAILS -eq 0 || test_bailout $1; }