From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7088 invoked by alias); 13 Sep 2006 10:20:44 -0000 Received: (qmail 7078 invoked by uid 22791); 13 Sep 2006 10:20:43 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Sep 2006 10:20:40 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k8DAI1Up003504; Wed, 13 Sep 2006 12:18:01 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.8/8.13.6) with ESMTP id k8DAI1TO030072; Wed, 13 Sep 2006 12:18:01 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id k8DAI1rt026498; Wed, 13 Sep 2006 12:18:01 +0200 (CEST) Date: Wed, 13 Sep 2006 10:20:00 -0000 Message-Id: <200609131018.k8DAI1rt026498@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: vladimir@codesourcery.com CC: gdb-patches@sources.redhat.com In-reply-to: <200609131352.16082.vladimir@codesourcery.com> (message from Vladimir Prus on Wed, 13 Sep 2006 13:52:16 +0400) Subject: Re: Extra diagnostic for tests References: <200609131352.16082.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00059.txt.bz2 > From: Vladimir Prus > Date: Wed, 13 Sep 2006 13:52:16 +0400 > > Hi, > at the moment, the dejagnu tests use PATH to find the gdb binary, and don't > report which gdb binary is used. As result, when running runtest manually on > one test, one can test with different gdb from the one used by 'make check'. There must be something wrong with your setup. I have a gdb somewhere in my PATH, but I'm damn sure the testsuite picks up the gdb in my build tree. Mark