mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: lvm: Allow test to be skipped.
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
|
||||
set -e
|
||||
|
||||
if [ -n "$SKIP_TEST_LVM_FILTERING_SH" ]; then
|
||||
echo "$0: skipping test because environment variable is set."
|
||||
exit 77
|
||||
fi
|
||||
|
||||
rm -f test-lvm-filtering-1.img test-lvm-filtering-2.img
|
||||
|
||||
actual=$(../../fish/guestfish <<'EOF'
|
||||
|
||||
Reference in New Issue
Block a user