From: Darrick J. Wong Date: Wed, 24 Jan 2018 23:53:41 +0000 (-0800) Subject: xfs/24[356]: checking cow fork bmap requires CONFIG_XFS_DEBUG=y X-Git-Tag: v2022.05.01~1676 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6c3b373bb53aba16002a823b7e6fe36e63c0f3b;p=xfstests-dev.git xfs/24[356]: checking cow fork bmap requires CONFIG_XFS_DEBUG=y These tests requires XFS debugging functionality, so test for that. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/243 b/tests/xfs/243 index 0bb69c4e..ecec0e2e 100755 --- a/tests/xfs/243 +++ b/tests/xfs/243 @@ -53,6 +53,7 @@ _cleanup() # real QA test starts here _supported_os Linux _supported_fs xfs +_require_xfs_debug _require_scratch_reflink _require_xfs_io_command "falloc" _require_xfs_io_command "cowextsize" diff --git a/tests/xfs/245 b/tests/xfs/245 index c668eebc..8335a0ff 100755 --- a/tests/xfs/245 +++ b/tests/xfs/245 @@ -47,6 +47,7 @@ _cleanup() # real QA test starts here _supported_os Linux _supported_fs xfs +_require_xfs_debug _require_scratch_reflink _require_xfs_io_command "falloc" _require_xfs_io_command "bmap" "-c" diff --git a/tests/xfs/246 b/tests/xfs/246 index 61d25459..db57622e 100755 --- a/tests/xfs/246 +++ b/tests/xfs/246 @@ -42,6 +42,7 @@ _cleanup() # real QA test starts here _supported_os Linux _supported_fs xfs +_require_xfs_debug _require_xfs_io_command "bmap" "-c" _require_scratch