From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11097 invoked by alias); 16 Feb 2016 14:02:22 -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 11044 invoked by uid 89); 16 Feb 2016 14:02:21 -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,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:506, 160215 X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 16 Feb 2016 14:02:19 +0000 Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id E3.6D.12433.02823C65; Tue, 16 Feb 2016 14:46:08 +0100 (CET) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.86) with Microsoft SMTP Server id 14.3.248.2; Tue, 16 Feb 2016 09:02:15 -0500 Subject: Re: [PATCH 1/2] testsuite: Fix save-trace.exp writing outside standard output directory To: Pedro Alves , References: <1455567851-2130-1-git-send-email-simon.marchi@ericsson.com> <56C262FA.1040202@redhat.com> From: Simon Marchi Message-ID: <56C32BE7.3010506@ericsson.com> Date: Tue, 16 Feb 2016 14:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56C262FA.1040202@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00480.txt.bz2 On 16-02-15 06:44 PM, Pedro Alves wrote: > On 02/15/2016 08:24 PM, Simon Marchi wrote: > >> gdb/testsuite/ChangeLog: >> >> * gdb.trace/save-trace.exp: Change relative path to be in the >> standard output directory. > > OK. > >> + # This only work because the pwd is a prefix of the standard output > > "This only works" > > Thanks, > Pedro Alves > Both patches are pushed, with the typo in this one fixed. Thanks!