From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o69DIqTg115269 for ; Fri, 9 Jul 2010 08:18:52 -0500 Subject: Re: [PATCH 2/2] Show duration of current test From: Alex Elder In-Reply-To: <1278602632-12425-2-git-send-email-lczerner@redhat.com> References: <1278602632-12425-1-git-send-email-lczerner@redhat.com> <1278602632-12425-2-git-send-email-lczerner@redhat.com> Date: Fri, 09 Jul 2010 08:21:44 -0500 Message-ID: <1278681704.5154.24.camel@doink> Mime-Version: 1.0 Reply-To: aelder@sgi.com List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Lukas Czerner Cc: esandeen@redhat.com, xfs@oss.sgi.com On Thu, 2010-07-08 at 17:23 +0200, Lukas Czerner wrote: > It may be useful to compare both times, last and current, in the > xfstests output. This one looks good. Signed-off-by: Alex Elder > Signed-off-by: Lukas Czerner > --- > check | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/check b/check > index 560ac7b..f792009 100755 > --- a/check > +++ b/check > @@ -275,13 +275,14 @@ do > else > if diff $seq.out $tmp.out >/dev/null 2>&1 > then > - echo "" > if $err > then > : > else > echo "$seq `expr $stop - $start`" >>$tmp.time > + echo -n " `expr $stop - $start`s" > fi > + echo "" > else > echo " - output mismatch (see $seq.out.bad)" > mv $tmp.out $seq.out.bad _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs