From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5106 invoked by alias); 21 Nov 2001 23:21:41 -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 5085 invoked from network); 21 Nov 2001 23:21:40 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sourceware.cygnus.com with SMTP; 21 Nov 2001 23:21:40 -0000 Received: (from mec@localhost) by duracef.shout.net (8.8.7/8.8.7) id RAA09463; Wed, 21 Nov 2001 17:21:33 -0600 Date: Sun, 11 Nov 2001 10:33:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200111212321.RAA09463@duracef.shout.net> To: france@handhelds.org, gdb@sources.redhat.com Subject: Re: exit status of 'make check' X-SW-Source: 2001-11/txt/msg00109.txt.bz2 >From gdb-return-6857-mec=duracef.shout.net@sources.redhat.com Wed Nov 21 15:05:34 2001 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com From: George France To: gdb@sources.redhat.com Subject: exit status of 'make check' Date: Wed, 21 Nov 2001 12:57:55 -0500 Greetings, 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 Hi George, > 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 Michael C