From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - tests: skip test without mkfs.ext4
Date: Mon, 13 Feb 2023 13:31:37 +0000 (GMT) [thread overview]
Message-ID: <20230213133137.3AD1E383FBA4@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=7ea62f640cbe41b981c56ee334d6924da3bb3c0a
Commit: 7ea62f640cbe41b981c56ee334d6924da3bb3c0a
Parent: 2241982f9636592268fc75b17d1a00e0ee786a65
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Fri Feb 10 23:07:52 2023 +0100
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Mon Feb 13 13:41:59 2023 +0100
tests: skip test without mkfs.ext4
---
test/shell/fsadm-crypt-fsresize.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/shell/fsadm-crypt-fsresize.sh b/test/shell/fsadm-crypt-fsresize.sh
index 56cd5c508..4ad2ab980 100644
--- a/test/shell/fsadm-crypt-fsresize.sh
+++ b/test/shell/fsadm-crypt-fsresize.sh
@@ -23,6 +23,8 @@ export LVM_TEST_PREFER_BRD=0
aux prepare_vg 1 300
# Tests require a libblkid version that shows FSLASTBLOCK
+which mkfs.ext4 || skip
+
lvcreate -n $lv1 -L 100 $vg
mkfs.ext4 "$DM_DEV_DIR/$vg/$lv1"
blkid -p "$DM_DEV_DIR/$vg/$lv1" | grep FSLASTBLOCK || skip
reply other threads:[~2023-02-13 13:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230213133137.3AD1E383FBA4@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.