All of lore.kernel.org
 help / color / mirror / Atom feed
* master - tests: check for writecache being compiled in
@ 2020-09-08 22:03 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2020-09-08 22:03 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=676ce4775464dbc2efbcfe09951c55991dc5be3d
Commit:        676ce4775464dbc2efbcfe09951c55991dc5be3d
Parent:        8dea63d30fd336051ec549d96c70abef6a9bfdec
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Fri Sep 4 21:08:32 2020 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Sep 8 21:23:03 2020 +0200

tests: check for writecache being compiled in

---
 test/shell/cache-single-usage.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/shell/cache-single-usage.sh b/test/shell/cache-single-usage.sh
index 8936aa3f1..9bc9b67c5 100644
--- a/test/shell/cache-single-usage.sh
+++ b/test/shell/cache-single-usage.sh
@@ -16,6 +16,9 @@ SKIP_WITH_LVMPOLLD=1
 
 . lib/inittest
 
+lvm segtypes 2>/dev/null | grep writecache$ >/dev/null || {
+	skip 'Writecache is not built-in.'
+}
 aux have_cache 1 10 0 || skip
 which mkfs.xfs || skip
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-08 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-08 22:03 master - tests: check for writecache being compiled in Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.