From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11666 invoked by alias); 5 Feb 2010 18:32:07 -0000 Received: (qmail 11658 invoked by uid 22791); 5 Feb 2010 18:32:07 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Feb 2010 18:32:03 +0000 Received: from kpbe16.cbf.corp.google.com (kpbe16.cbf.corp.google.com [172.25.105.80]) by smtp-out.google.com with ESMTP id o15IW1Qk001080 for ; Fri, 5 Feb 2010 10:32:01 -0800 Received: from ewy23 (ewy23.prod.google.com [10.241.103.23]) by kpbe16.cbf.corp.google.com with ESMTP id o15IVmEF032000 for ; Fri, 5 Feb 2010 10:32:00 -0800 Received: by ewy23 with SMTP id 23so581596ewy.4 for ; Fri, 05 Feb 2010 10:31:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.88.205 with SMTP id a55mr906090wef.122.1265394719725; Fri, 05 Feb 2010 10:31:59 -0800 (PST) In-Reply-To: <83zl3ofxsw.fsf@gnu.org> References: <20100204213709.C7D4884414@ruffy.mtv.corp.google.com> <83zl3ofxsw.fsf@gnu.org> Date: Fri, 05 Feb 2010 18:32:00 -0000 Message-ID: Subject: Re: [RFA] doc addition to gdbint.texinfo From: Doug Evans To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2010-02/txt/msg00172.txt.bz2 On Thu, Feb 4, 2010 at 2:20 PM, Eli Zaretskii wrote: >> Date: Thu, =A04 Feb 2010 13:37:09 -0800 (PST) >> From: dje@google.com (Doug Evans) >> >> The Testsuite section of gdbint.texinfo is missing docs on at least >> two more DejaGnu variables that are available to be overridden: >> GDB, GDBSERVER. >> >> Since there's at least three of them (those two plus TRANSCRIPT), >> with more to come, it seemed appropriate to create a new section to >> document them all. > > I agree. > >> Ok to check in? > > Yes, after this: > >> +Several variables exist to modify the behavior of the testsuite. >> + >> +@itemize @bullet >> + >> +@item TRANSCRIPT > > Please give each variable the @code markup. > >> +@smallexample >> +make check RUNTESTFLAGS=3D"GDB=3D/usr/bin/gdb GDBSERVER=3D/usr/bin/gdbs= erver" >> +@end smallexample > > Did you try to "make pdf"? =A0I suspect that this line is too long and > will overflow the right margin. =A0If it does, please break it into two > (and tell in the text that it is just one long line). > >> +The second is to cd to the @file{testsuite} directory and invoke the De= jaGnu >> +@kbd{runtest} command directly. > > In this context, "runtest" is a name of a command, not a command line > typed at the keyboard. =A0So @command will be more appropriate than @kbd > here. > > OK with these changes. > > Thanks. > Thanks. I just checked and the line wasn't too long, and I made the other requested changes.