define missing exit_skip in test
This commit is contained in:
parent
889bd801bc
commit
6887d7d499
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
# Exit, with status code "skip" (no 'real' failure)
|
||||||
|
function exit_skip() {
|
||||||
|
echo $1
|
||||||
|
exit 77
|
||||||
|
}
|
||||||
|
|
||||||
# Cleanup to run whenever we exit
|
# Cleanup to run whenever we exit
|
||||||
function cleanup()
|
function cleanup()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user