From: Zdenek Kabelac Date: Fri, 24 Apr 2015 18:32:21 +0000 (+0200) Subject: tests: allow add printable skip message X-Git-Tag: v2_02_119~65 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f50229041bfc9570aeae0eef614f1e68f157802e;p=lvm2.git tests: allow add printable skip message --- diff --git a/test/lib/utils.sh b/test/lib/utils.sh index a6106323f..80e5922b5 100644 --- a/test/lib/utils.sh +++ b/test/lib/utils.sh @@ -209,6 +209,7 @@ dm_table() { } skip() { + test "$#" -eq 0 || echo "TEST SKIPPED: $@" touch SKIP_THIS_TEST exit 200 }