mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
don't print scratch mkfs and mount options without scratch device
Also clean up the way the test configuration is printed. 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
f211e17f00
commit
40690b12d1
@@ -161,18 +161,15 @@ rm -f check.full
|
||||
|
||||
[ -f check.time ] || touch check.time
|
||||
|
||||
FULL_FSTYP_DETAILS=`_full_fstyp_details`
|
||||
FULL_HOST_DETAILS=`_full_platform_details`
|
||||
FULL_MKFS_OPTIONS=`_scratch_mkfs_options`
|
||||
FULL_MOUNT_OPTIONS=`_scratch_mount_options`
|
||||
# print out our test configuration
|
||||
echo "FSTYP -- `_full_fstyp_details`"
|
||||
echo "PLATFORM -- `_full_platform_details`"
|
||||
if [ ! -z "$SCRATCH_DEV" ]; then
|
||||
echo "MKFS_OPTIONS -- `_scratch_mkfs_options`"
|
||||
echo "MOUNT_OPTIONS -- `_scratch_mount_options`"
|
||||
fi
|
||||
echo
|
||||
|
||||
cat <<EOF
|
||||
FSTYP -- $FULL_FSTYP_DETAILS
|
||||
PLATFORM -- $FULL_HOST_DETAILS
|
||||
MKFS_OPTIONS -- $FULL_MKFS_OPTIONS
|
||||
MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS
|
||||
|
||||
EOF
|
||||
|
||||
if [ ! -z "$SCRATCH_DEV" ]; then
|
||||
umount $SCRATCH_DEV 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user