mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
QA test 004 updated to stash full mkfs output in .full file for reference
This commit is contained in:
@@ -56,7 +56,8 @@ trap "_cleanup" 0 1 2 3 15
|
||||
|
||||
_populate_scratch()
|
||||
{
|
||||
mkfs_xfs $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
echo "=== mkfs output ===" >>$seq.full
|
||||
mkfs_xfs $SCRATCH_DEV | tee -a $seq.full | _filter_mkfs 2>$tmp.mkfs
|
||||
source $tmp.mkfs
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT
|
||||
dd if=/dev/zero of=$SCRATCH_MNT/foo count=200 bs=4096 >/dev/null 2>&1 &
|
||||
|
||||
Reference in New Issue
Block a user