From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18435 invoked by alias); 22 Nov 2001 13:12:03 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18412 invoked from network); 22 Nov 2001 13:12:01 -0000 Received: from unknown (HELO handhelds.org) (204.123.13.90) by sourceware.cygnus.com with SMTP; 22 Nov 2001 13:12:01 -0000 Received: from shadowfax.middleearth (IDENT:root@localhost [127.0.0.1]) by handhelds.org (8.9.3/8.9.3) with SMTP id FAA29726; Thu, 22 Nov 2001 05:11:58 -0800 From: George France To: Michael Elizabeth Chastain , gdb@sources.redhat.com Subject: Re: exit status of 'make check' Date: Sun, 11 Nov 2001 11:30:00 -0000 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: <200111212321.RAA09463@duracef.shout.net> In-Reply-To: <200111212321.RAA09463@duracef.shout.net> Cc: clp@iol.unh.edu MIME-Version: 1.0 Message-Id: <01112208082500.16429@shadowfax.middleearth> Content-Transfer-Encoding: 8bit X-SW-Source: 2001-11/txt/msg00113.txt.bz2 Hello Michael, It has been a while since we chatted. I hope you are doing well. > > When I ever I do a 'make check' on gdb using the cvs HEAD tree on either > > the intel or Alpha architecture. It always returnes a non-zero exit code. > > The testsuites execute and produce a good gdb.log and gdb.sum files. Has > > anybody seen this before?? > > Yes, this is normal. I just do: > > make check || true This was not exactly the solution that I was hoping for. :-) We need to fix this problem. It would be really useful to know if 'make check' did or did not have an anomaly. Any Ideas before I go mucking about? Best Regards, --George