]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfsqa: keep xfs_fsr output around in test 222
authorDave Chinner <dchinner@redhat.com>
Tue, 4 May 2010 06:01:36 +0000 (16:01 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 4 May 2010 06:01:36 +0000 (16:01 +1000)
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@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
222

diff --git a/222 b/222
index 574c1812c342bbcd72da4fb77b68823848f0201b..a65c845b5ac02efbd5e8e4e8d6eb8de0692cf8d1 100644 (file)
--- 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