format: Allow virt-format test to be skipped by setting SKIP_TEST_VIRT_FORMAT_SH=1.

This commit is contained in:
Richard W.M. Jones
2012-11-06 13:05:15 +00:00
parent 3b06bee2fb
commit 101fd44fc5

View File

@@ -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