Searched refs:warn_ (Results 1 – 1 of 1) sorted by relevance
81 warn_ () function88 *) (IFS=' '; warn_ "$@");;91 fail_ () { warn_ "$ME_: failed test: $@"; Exit 1; }92 skip_ () { warn_ "$ME_: skipped test: $@"; Exit 77; }93 fatal_ () { warn_ "$ME_: hard error: $@"; Exit 99; }94 framework_failure_ () { warn_ "$ME_: set-up failure: $@"; Exit 99; }468 warn_ "using SHELL=$SHELL with 'set -x' corrupts stderr"