From: ptools Date: Thu, 17 Jun 2004 08:29:19 +0000 (+0000) Subject: Fixed merge issue with TIMESTAMP string printing twice. X-Git-Tag: v1.1.0~831 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=ab2a0df1e34b2312b9be8e94327aeea04b9d4148;hp=562962e6b1ef24eac36102c7a65bcfc1a6560dff Fixed merge issue with TIMESTAMP string printing twice. Fixed merge issue with TIMESTAMP string printing twice. --- diff --git a/check b/check index 33f307f3..438f351e 100755 --- a/check +++ b/check @@ -230,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=$?