Fixed merge issue with TIMESTAMP string printing twice.
[xfstests-dev.git] / check
diff --git a/check b/check
index 29c4285f15faf38bf40a3c0fef893c69466297d0..438f351ea0a2c96958a62109ad19611c90c3f095 100755 (executable)
--- a/check
+++ b/check
@@ -157,9 +157,6 @@ timestamp=${TIMESTAMP:=false}
 
 [ -f check.time ] || touch check.time
 
-_get_os
-if [ $os == "linux" ]; then
-
 FULL_FSTYP_DETAILS=`_full_fstyp_details`
 FULL_HOST_DETAILS=`_full_platform_details`
 FULL_MKFS_OPTIONS=`_scratch_mkfs_options`
@@ -172,12 +169,6 @@ MKFS_OPTIONS  -- $FULL_MKFS_OPTIONS
 MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS
 
 EOF
-fi
-
-#Linux specific flag '-f'
-if [ $os == "linux" ]; then
-   flag='-f'
-fi
 
 umount $SCRATCH_DEV 2>/dev/null
 # call the overridden mkfs.xfs - make sure the FS is built
@@ -239,7 +230,6 @@ do
        start=`_wallclock`
        $timestamp && echo -n " ["`date "+%T"`"]"
        sh $seq >$tmp.rawout 2>&1
-       $timestamp && echo -n " ["`date "+%T"`"]"
        [ ! -x $seq ] && chmod u+x $seq # ensure we can run it
        ./$seq >$tmp.rawout 2>&1
        sts=$?