mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: update mkfs.xfs filters for new refactoring
From: Dave Chinner <dchinner@redhat.com> The new mkfs code adds some output to indicate where the defaults were sourced from, so filter that out so it doesn't contaminate tests unnecessarily. Signed-Off-By: Dave Chinner <dchinner@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+2
-1
@@ -81,7 +81,8 @@ _scratch_mkfs_xfs()
|
||||
{
|
||||
local mkfs_cmd="`_scratch_mkfs_xfs_opts`"
|
||||
local mkfs_filter="sed -e '/less than device physical sector/d' \
|
||||
-e '/switching to logical sector/d'"
|
||||
-e '/switching to logical sector/d' \
|
||||
-e '/Default configuration/d'"
|
||||
local tmp=`mktemp -u`
|
||||
local mkfs_status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user