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: https://www.infradead.org/git/?a=commitdiff_plain;h=ab2a0df1e34b2312b9be8e94327aeea04b9d4148;p=users%2Fhch%2Fxfstests-dev.git Fixed merge issue with TIMESTAMP string printing twice. Fixed merge issue with TIMESTAMP string printing twice. --- diff --git a/check b/check index 33f307f3a..438f351ea 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=$?