mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: allow add printable skip message
This commit is contained in:
parent
a939857a63
commit
f50229041b
@ -209,6 +209,7 @@ dm_table() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
skip() {
|
skip() {
|
||||||
|
test "$#" -eq 0 || echo "TEST SKIPPED: $@"
|
||||||
touch SKIP_THIS_TEST
|
touch SKIP_THIS_TEST
|
||||||
exit 200
|
exit 200
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user