mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
df: Allow parallel test to be skipped.
It currently fails because of https://bugzilla.redhat.com/show_bug.cgi?id=1025942
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
export LANG=C
|
||||
set -e
|
||||
|
||||
if [ -n "$SKIP_TEST_VIRT_DF_GUESTS_SH" ]; then
|
||||
echo "$0: skipping test because SKIP_TEST_DF_GUESTS_SH is set."
|
||||
exit 77
|
||||
fi
|
||||
|
||||
guestsdir="$(cd ../tests/guests && pwd)"
|
||||
libvirt_uri="test://$guestsdir/guests.xml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user