From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68614 invoked by alias); 15 Jan 2016 20:22:53 -0000 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 Received: (qmail 68602 invoked by uid 89); 15 Jan 2016 20:22:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:net.au, 1475, H*F:D*net.au, H*F:D*au X-HELO: mailhub.air.net.au Received: from mailhub.air.net.au (HELO mailhub.air.net.au) (121.127.198.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 15 Jan 2016 20:22:51 +0000 Received: by mailhub.air.net.au (Postfix, from userid 500) id 3FF1E120144; Sat, 16 Jan 2016 07:22:45 +1100 (AEDT) Date: Fri, 15 Jan 2016 20:22:00 -0000 From: Ben Elliston To: Simon Marchi Cc: Pedro Alves , dejagnu@gnu.org, gdb-patches Subject: Re: How to abort a test? Message-ID: <20160115202244.GA11903@air.net.au> References: <56958359.8070708@ericsson.com> <5697CC09.8010306@redhat.com> <5697D721.1000305@ericsson.com> <5697DABA.8010008@redhat.com> <5697FA6C.7060703@ericsson.com> <5697FB9E.3080906@redhat.com> <56991FB0.5090109@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56991FB0.5090109@ericsson.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-01/txt/msg00328.txt.bz2 On Fri, Jan 15, 2016 at 11:34:56AM -0500, Simon Marchi wrote: > 1475 # If we have a Tcl error, propogate the exit status do make > 1476 # notices the error. I'll fix the error in the comment, too. Cheers, Ben