Revert "Also disable tests/charset since it uses btrfs."

Revert "Disable all btrfs tests."

This reverts commit 1cdb67d6f2
and commit 8dddac6b1a.

A patch has been pushed upstream (libguestfs 1.19.49) which
works around the btrfs bug in the kernel.
This commit is contained in:
Richard W.M. Jones 2012-10-09 11:10:16 +01:00
parent 1cdb67d6f2
commit 399c00593e

View File

@ -757,16 +757,6 @@ export LIBGUESTFS_TRACE=1
# checksum at runtime.
export SKIP_TEST_CHECKSUM_DEVICE=1
# Disable all btrfs tests (RHBZ#863978).
export SKIP_TEST_BTRFS_FSCK=1
export SKIP_TEST_BTRFS_SET_SEEDING=1
export SKIP_TEST_BTRFS_FILESYSTEM_SYNC=1
export SKIP_TEST_BTRFS_SUBVOLUME_DELETE=1
export SKIP_TEST_BTRFS_SUBVOLUME_SNAPSHOT=1
export SKIP_TEST_MKFS_BTRFS=1
perl -i.bak -e 'while (<>) {print unless /tests\/btrfs/}' Makefile.am
perl -i.bak -e 'while (<>) {print unless /tests\/charset/}' Makefile.am
%if %{runtests}
make check
%endif