xfsqa: keep xfs_fsr output around in test 222

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>
This commit is contained in:
Dave Chinner
2010-05-04 16:01:36 +10:00
committed by Dave Chinner
parent fd5fbc5c38
commit 80d1e88a24
+1 -1
View File
@@ -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