Searched defs:fail_ (Results 1 – 4 of 4) sorted by relevance
36 fail_() { warn_ "$ME_: failed test: $*"; exit 1; } function
91 fail_ () { warn_ "$ME_: failed test: $@"; Exit 1; } function