[libguestfs] Revert "Also disable tests/charset since it uses btrfs." Revert "Disable all btrfs tests."

Richard W.M. Jones rjones at fedoraproject.org
Tue Oct 9 12:00:37 UTC 2012


commit 399c00593e0e91fcc033389b4ad0470204fc5956
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Oct 9 11:10:16 2012 +0100

    Revert "Also disable tests/charset since it uses btrfs."
    Revert "Disable all btrfs tests."
    
    This reverts commit 1cdb67d6f246cb84b52e59fe51e3def177db9b1f
    and commit 8dddac6b1a6afcdb022f3af479bcbc2ce8e238a1.
    
    A patch has been pushed upstream (libguestfs 1.19.49) which
    works around the btrfs bug in the kernel.

 libguestfs.spec |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index c19f594..7f06194 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -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


More information about the scm-commits mailing list