Remove SKIP_TEST_V2V_* in preparation for libguestfs 1.27.27.

This commit is contained in:
Richard W.M. Jones 2014-08-15 16:33:38 +01:00
parent 1b616196c6
commit b4ce515bec

View File

@ -829,20 +829,6 @@ export SKIP_TEST_VIRT_DF_GUESTS_SH=1
# LVM filter broken in Rawhide, but only on Koji (RHBZ#1123281).
export SKIP_TEST_LVM_FILTERING_SH=1
# virt-v2v tests use a phony Windows guest, but this requires rhsrvany
# to be installed, which would in practice mean depending on the
# previous version of libguestfs to be installed, and we don't want to
# do that.
# NB: Can be removed in libguestfs >= 1.27.27 since there is an upstream
# workaround for this.
export SKIP_TEST_V2V_NO_COPY_SH=1
export SKIP_TEST_V2V_OF_OPTION_SH=1
export SKIP_TEST_V2V_ON_OPTION_SH=1
export SKIP_TEST_V2V_REAL_CONVERSIONS_SH=1
export SKIP_TEST_V2V_RHEV_OPTIONS_SH=1
export SKIP_TEST_V2V_RHEV_SH=1
export SKIP_TEST_V2V_WINDOWS_CONVERSION_SH=1
# Skip gnulib tests which fail (probably these are kernel/glibc bugs).
pushd gnulib/tests
make -k check ||: