mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
oops...checked in some temporary changes from testing on ia64 box.
This commit is contained in:
+5
-7
@@ -236,7 +236,7 @@ _wipe_fs()
|
||||
mkfs -t xfs -f $SCRATCH_DEV >>$seq.full ||\
|
||||
_error "mkfs failed"
|
||||
|
||||
mount -t xfs -o sync $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
|
||||
_error "mount failed"
|
||||
}
|
||||
|
||||
@@ -272,12 +272,10 @@ _cleanup()
|
||||
|
||||
_stable_fs()
|
||||
{
|
||||
sync; sync; sleep 30
|
||||
# This can cause xfs recovery on ia64 which will die on ia64
|
||||
# umount $SCRATCH_MNT >>$seq.full ||\
|
||||
# _error "unmount failed"
|
||||
# mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
|
||||
# _error "mount failed"
|
||||
umount $SCRATCH_MNT >>$seq.full ||\
|
||||
_error "unmount failed"
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
|
||||
_error "mount failed"
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user