X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=wvtest.sh;h=3a6e312b88cf0060815b628ac45b3bf3edfd87c7;hb=36fce270ed41330d1cf4ada5dda17c1b816f677d;hp=47613349e12fbd31c5baa183e262ad21c9c70c07;hpb=cfe9151391104782b50355982348ab4a62cca378;p=bup.git diff --git a/wvtest.sh b/wvtest.sh old mode 100755 new mode 100644 index 4761334..3a6e312 --- a/wvtest.sh +++ b/wvtest.sh @@ -145,6 +145,15 @@ WVSTART() } +WVSKIP() +{ + local TEXT=$(_wvtextclean "$@") + _wvpushcall "$@" + _wvfind_caller + echo "! $WVCALLER_FILE:$WVCALLER_LINE $TEXT skip ok" 1>&2 +} + + WVDIE() { local TEXT=$(_wvtextclean "$@")