From: Dave Chinner Date: Tue, 4 May 2010 06:01:36 +0000 (+1000) Subject: xfsqa: keep xfs_fsr output around in test 222 X-Git-Tag: v1.1.0~169 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=80d1e88a24b305a59c080a7e236d9fb3982493ee;p=xfstests-dev.git 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 Reviewed-by: Christoph Hellwig --- diff --git a/222 b/222 index 574c1812..a65c845b 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