mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: a couple of fixes for external logs
Fix a couple of issues when running xfsqa with external logs: - update the 096 golden output for the external log case - add a new _scratch_xfs_check similar to _scratch_xfs_logprint and _scratch_xfs_repair that take the log device into account and use it in test 134 - use _scratch_xfs_repair in test 202 to fix it for external log devices Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
committed by
Christoph Hellwig
parent
b9f1319261
commit
2370bb6d22
@@ -67,7 +67,7 @@ do
|
||||
echo "" >>$seq.full
|
||||
echo "*** XFS_CHECK ***" >>$seq.full
|
||||
echo "" >>$seq.full
|
||||
xfs_check $checkopts $SCRATCH_DEV >>$seq.full 2>&1 \
|
||||
_scratch_xfs_check $checkopts >>$seq.full 2>&1 \
|
||||
|| _fail "xfs_check $checkopts failed"
|
||||
_scratch_mount -o remount,rw \
|
||||
|| _fail "remount rw failed"
|
||||
|
||||
Reference in New Issue
Block a user