From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12450 invoked by alias); 27 Sep 2013 21:12:05 -0000 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 Received: (qmail 12435 invoked by uid 89); 27 Sep 2013 21:12:04 -0000 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.216) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Sep 2013 21:12:04 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 0F0CE14100C; Fri, 27 Sep 2013 23:12:01 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id F162C1413E8; Fri, 27 Sep 2013 23:12:00 +0200 (CEST) Received: from md14.u-strasbg.fr (md14.u-strasbg.fr [130.79.200.249]) by mr6.u-strasbg.fr (Postfix) with ESMTP id AB10114100C; Fri, 27 Sep 2013 23:11:57 +0200 (CEST) Received: from ms18.u-strasbg.fr (ms18.u-strasbg.fr [130.79.204.118]) by md14.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r8RLBvRK027194 ; Fri, 27 Sep 2013 23:11:57 +0200 Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (Authenticated sender: mullerp) by ms18.u-strasbg.fr (Postfix) with ESMTPSA id D97E61FD77; Fri, 27 Sep 2013 23:11:54 +0200 (CEST) From: "Pierre Muller" To: "'Pedro Alves'" Cc: "'Tom Tromey'" , "'gdb-patches'" References: <002901cebaf2$35ec65a0$a1c530e0$@muller@ics-cnrs.unistra.fr> <33207.6293569573$1380225714@news.gmane.org> <87pprufgl8.fsf@fleche.redhat.com> <5245c3a0.a3e2440a.4b98.ffffd279SMTPIN_ADDED_BROKEN@mx.google.com> <5245DE52.8080800@redhat.com> <5245DED5.7090709@redhat.com> In-Reply-To: <5245DED5.7090709@redhat.com> Subject: RE: [RFC 3/6] mingw-hdep: Add "maint set testuite-mode on/off" command. Date: Fri, 27 Sep 2013 21:12:00 -0000 Message-ID: <002d01cebbc6$3104a5f0$930df1d0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-09/txt/msg00980.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pedro Alves > Envoy=E9=A0: vendredi 27 septembre 2013 21:39 > Cc=A0: Pierre Muller; 'Tom Tromey'; 'gdb-patches' > Objet=A0: Re: [RFC 3/6] mingw-hdep: Add "maint set testuite-mode on/off" > command. >=20 > On 09/27/2013 08:36 PM, Pedro Alves wrote: >=20 > > There was also a promising tcl/expect know that is supposed to > > disable the unnecessary \n -> \r\n translation... >=20 > Sigh... s/know/knob/ Yes, I know, this was also another suggestion I made, but I have still no clue how to use it inside DejaGnu :( Pierre Muller