From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17065 invoked by alias); 28 Jun 2012 22:15:30 -0000 Received: (qmail 17013 invoked by uid 22791); 28 Jun 2012 22:15:29 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-dupuy.atl.sa.earthlink.net (HELO elasmtp-dupuy.atl.sa.earthlink.net) (209.86.89.62) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Jun 2012 22:15:16 +0000 Received: from [68.96.200.16] (helo=macbook2.local) by elasmtp-dupuy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1SkMzZ-0004RE-29; Thu, 28 Jun 2012 18:15:13 -0400 Message-ID: <4FECD76B.2000805@earthlink.net> Date: Thu, 28 Jun 2012 22:15:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Yao Qi CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Logging for MI References: <4FE80E5E.903@earthlink.net> <2480929.aLxBbTKcEj@qiyao.dyndns.org> In-Reply-To: <2480929.aLxBbTKcEj@qiyao.dyndns.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940e6f4d11a8864d0a93a52ce73a1aafe69350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00867.txt.bz2 On 6/27/12 8:14 PM, Yao Qi wrote: > Hi Stan, > Some cents on test case. > > On Monday, June 25, 2012 12:08:14 AM Stan Shebs wrote: >> +pass "Log file has '$logcontent'" >> + > This is not needed, and cause test summary quite long. Good catch, thanks! I had it in there for testcase debugging, then forgot about it. > Add "remote_file host delete ${milogfile}" here? > Also a good idea, and committed with these changes. Stan