Disable all btrfs tests.

btrfs is broken in F18/Rawhide: RHBZ#863978.
This commit is contained in:
Richard W.M. Jones 2012-10-08 12:22:49 +01:00
parent ccc68f8f17
commit 8dddac6b1a
1 changed files with 9 additions and 0 deletions

View File

@ -757,6 +757,15 @@ 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
%if %{runtests}
make check
%endif