mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
format: Allow virt-format test to be skipped by setting SKIP_TEST_VIRT_FORMAT_SH=1.
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
|
||||
set -e
|
||||
|
||||
if [ -n "$SKIP_TEST_VIRT_FORMAT_SH" ]; then
|
||||
echo "$0: test skipped because environment variable is set."
|
||||
exit 77
|
||||
fi
|
||||
|
||||
rm -f test1.img
|
||||
|
||||
../fish/guestfish -N bootrootlv exit
|
||||
|
||||
Reference in New Issue
Block a user