X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=check;h=84eed6ae3ab4c02eb7e2480eb690bc585cacfaa9;hp=fd299cdf9089a64512b5031cad12c304636fa494;hb=0b6bf4b67c0c4db8d26c5fdd81c843b907072bc6;hpb=8050efd492d11f3751f673ef1eede0434cf50647 diff --git a/check b/check index fd299cdf..84eed6ae 100755 --- a/check +++ b/check @@ -151,7 +151,7 @@ timestamp=${TIMESTAMP:=false} [ -f check.time ] || touch check.time FULL_MKFS_OPTIONS=`_scratch_mkfs_options` -echo check: MKFS_OPTIONS -- $FULL_MKFS_OPTIONS +echo "MKFS_OPTIONS -- $FULL_MKFS_OPTIONS" umount $SCRATCH_DEV 2>/dev/null # call the overridden mkfs.xfs - make sure the FS is built # the same as we'll create it later. @@ -164,7 +164,7 @@ then fi FULL_MOUNT_OPTIONS=`_scratch_mount_options` -echo check: MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS +echo "MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS" # call the overridden mount - make sure the FS mounts with # the same options that we'll mount with later. if ! _scratch_mount >$tmp.err 2>&1