From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12405 invoked by alias); 5 Dec 2014 16:20:06 -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 12395 invoked by uid 89); 5 Dec 2014 16:20:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f50.google.com Received: from mail-wg0-f50.google.com (HELO mail-wg0-f50.google.com) (74.125.82.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 05 Dec 2014 16:20:04 +0000 Received: by mail-wg0-f50.google.com with SMTP id k14so1332528wgh.9 for ; Fri, 05 Dec 2014 08:20:01 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.222.98 with SMTP id ql2mr25874019wjc.36.1417796400976; Fri, 05 Dec 2014 08:20:00 -0800 (PST) Received: by 10.27.132.70 with HTTP; Fri, 5 Dec 2014 08:20:00 -0800 (PST) In-Reply-To: <87lhmmgwgn.fsf@codesourcery.com> References: <1417268843-13652-1-git-send-email-yao@codesourcery.com> <87lhmmgwgn.fsf@codesourcery.com> Date: Fri, 05 Dec 2014 16:20:00 -0000 Message-ID: Subject: Re: [PATCH] Fix parallel testing issues in gdb.guile tests From: Doug Evans To: Yao Qi Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00140.txt.bz2 On Fri, Dec 5, 2014 at 3:36 AM, Yao Qi wrote: > I am hacking > gdb testsuite so that it can be run in a sub directory of 'testsuite/', > such as 'testsuite/sequential-tests', so that it can facilitate 'make clean' > ('make clean' can only remove the directory 'sequential-tests'). Awesome!