Commit a217ad30 authored by Martin Pool's avatar Martin Pool

Add test_skipped function.

parent 3d6feada
......@@ -222,6 +222,11 @@ test_fail() {
exit 1
}
test_skipped() {
echo "$@" >&2
exit 77
}
# It failed, but we expected that. don't dump out error logs,
# because most users won't want to see them. But do leave
# the working directory around.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment