From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4688 invoked by alias); 13 Jan 2007 13:47:10 -0000 Received: (qmail 4680 invoked by uid 22791); 13 Jan 2007 13:47:10 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 13 Jan 2007 13:47:05 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8) with ESMTP id l0DDkrE2006805; Sat, 13 Jan 2007 14:46:54 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id l0DDkrmM015237; Sat, 13 Jan 2007 14:46:53 +0100 (CET) Date: Sat, 13 Jan 2007 13:47:00 -0000 Message-Id: <200701131346.l0DDkrmM015237@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: gdb-patches@sourceware.org In-reply-to: <20070113090837.GA25646@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Sat, 13 Jan 2007 10:08:37 +0100) Subject: Re: [PATCH] Fix `testrun.log' output of manual `testrun's References: <20070113090837.GA25646@host0.dyn.jankratochvil.net> 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: 2007-01/txt/msg00328.txt.bz2 > Date: Sat, 13 Jan 2007 10:08:37 +0100 > From: Jan Kratochvil > > Hi, > > if you run by hand: > cd gdb/testsuite; runtest gdb.base/complex.exp > (any test using get_compiler_info()) > > "testrun.log" will get empty (except its header). > > This problem does not occur during `make check'. I always do $ make RUNTESTFLAGS=gdb.base/complex.exp check That works in both the gdb directory and the gdb/testsuite directory and puts the output in gdb.log and gdb.sum. Cheers, Mark