From f50229041bfc9570aeae0eef614f1e68f157802e Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 24 Apr 2015 20:32:21 +0200 Subject: [PATCH] tests: allow add printable skip message --- test/lib/utils.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.43.5