[PATCH 2/3] xfsqa: keep xfs_fsr output around in test 222
Dave Chinner
david at fromorbit.com
Wed Apr 28 19:16:25 CDT 2010
From: Dave Chinner <dchinner at redhat.com>
To confirm that xfs_fsr is doing the right thing, make it output debug
and verbose messages and store them in the 222.full file so that it
can be checked after the fact for correct operation.
Signed-off-by: Dave Chinner <dchinner at redhat.com>
---
222 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/222 b/222
index 574c181..a65c845 100644
--- a/222
+++ b/222
@@ -51,7 +51,7 @@ _supported_os Linux
[ "$XFS_FSR_PROG" = "" ] && _notrun "xfs_fsr not found"
-xfs_fsr $TEST_MNT > /dev/null 2>&1
+xfs_fsr -d -v $TEST_MNT > $seq.full 2>&1
echo "--- silence is golden ---"
status=0 ; exit
--
1.5.6.5
More information about the xfs
mailing list