From patchwork Wed May 23 06:49:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keng-Yu Lin X-Patchwork-Id: 160886 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id A0AA4B6FD1 for ; Wed, 23 May 2012 16:50:05 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SX5OV-0007Si-W6 for incoming@patchwork.ozlabs.org; Wed, 23 May 2012 06:50:04 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SX5OT-0007Sd-9H for fwts-devel@lists.ubuntu.com; Wed, 23 May 2012 06:50:01 +0000 Received: from 1-162-168-60.dynamic.hinet.net ([1.162.168.60] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SX5OS-0002H9-KJ; Wed, 23 May 2012 06:50:01 +0000 From: Keng-Yu Lin To: fwts-devel@lists.ubuntu.com Subject: [PATCH] arg-log-format-0001/test-0001.sh: sync up the date as klog-0001.log Date: Wed, 23 May 2012 14:49:52 +0800 Message-Id: <1337755792-26904-1-git-send-email-kengyu@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Keng-Yu Lin Acked-by: Colin Ian King Acked-by: Alex Hung --- arg-log-format-0001/test-0001.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arg-log-format-0001/test-0001.sh b/arg-log-format-0001/test-0001.sh index 75c1c9e..ac536c4 100755 --- a/arg-log-format-0001/test-0001.sh +++ b/arg-log-format-0001/test-0001.sh @@ -10,7 +10,7 @@ $FWTS -w 80 --klog=klog.txt --log-format="%owner (%line) <%date> %field %level: # # Need to adjust reference log to today's date # -sed sx10\/10\/11x${TODAY}x < klog-0001.log > $TMPLOG_ORIG +sed sx16\/05\/12x${TODAY}x < klog-0001.log > $TMPLOG_ORIG diff $TMPLOG $TMPLOG_ORIG >> $FAILURE_LOG ret=$? if [ $ret -eq 0 ]; then