From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14432 invoked by alias); 1 Aug 2019 19:55:36 -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 14424 invoked by uid 89); 1 Aug 2019 19:55:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:177 X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Aug 2019 19:55:35 +0000 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x71JrxRf062103 for ; Thu, 1 Aug 2019 15:55:34 -0400 Received: from e14.ny.us.ibm.com (e14.ny.us.ibm.com [129.33.205.204]) by mx0a-001b2d01.pphosted.com with ESMTP id 2u455v3arw-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 01 Aug 2019 15:55:33 -0400 Received: from localhost by e14.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 1 Aug 2019 20:55:32 +0100 Received: from b01cxnp22033.gho.pok.ibm.com (9.57.198.23) by e14.ny.us.ibm.com (146.89.104.201) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 1 Aug 2019 20:55:29 +0100 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x71JtT8W48824816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 1 Aug 2019 19:55:29 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id EF51AAC05B; Thu, 1 Aug 2019 19:55:28 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C9DC7AC064; Thu, 1 Aug 2019 19:55:28 +0000 (GMT) Received: from pedro.localdomain (unknown [9.85.139.119]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Thu, 1 Aug 2019 19:55:28 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 337833C03F6; Thu, 1 Aug 2019 16:55:24 -0300 (-03) From: Pedro Franco de Carvalho To: Tom Tromey Cc: gdb-patches@sourceware.org, gbenson@redhat.com Subject: Re: [PATCH] Remove directory names from gdb.base/batch-exit-status.exp In-Reply-To: <87k1bwah4l.fsf@tromey.com> References: <20190730180848.16329-1-pedromfc@linux.ibm.com> <87k1bwah4l.fsf@tromey.com> Date: Thu, 01 Aug 2019 19:55:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 19080119-0052-0000-0000-000003E757AA X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00011535; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000287; SDB=6.01240679; UDB=6.00654262; IPR=6.01022104; MB=3.00027998; MTD=3.00000008; XFM=3.00000015; UTC=2019-08-01 19:55:31 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19080119-0053-0000-0000-000061EDFEAF Message-Id: <874l30d5jo.fsf@linux.ibm.com> X-SW-Source: 2019-08/txt/msg00034.txt.bz2 Tom Tromey writes: > Thanks, this is ok. Thanks! Pushed. -- Pedro Franco de Carvalho