From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9922 invoked by alias); 11 Feb 2016 19:58:48 -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 9889 invoked by uid 89); 11 Feb 2016 19:58:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=quotes, Hx-languages-length:1761 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 11 Feb 2016 19:58:46 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 7B7EE8F517; Thu, 11 Feb 2016 19:58:45 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u1BJwiut001151; Thu, 11 Feb 2016 14:58:44 -0500 Message-ID: <56BCE7F4.3030605@redhat.com> Date: Thu, 11 Feb 2016 19:58:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] Support 'make check-parallel' in gdb's build dir References: <1455207502-11058-1-git-send-email-palves@redhat.com> <56BCBA68.6000906@ericsson.com> <56BCBFE3.3080904@redhat.com> <56BCE209.6010901@ericsson.com> <56BCE6D4.8050404@redhat.com> In-Reply-To: <56BCE6D4.8050404@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-02/txt/msg00389.txt.bz2 On 02/11/2016 07:53 PM, Pedro Alves wrote: > ... and pushed it in. And then this obvious follow up as well ... >From acc23c113ab9602707574e7df120f96170a9731c Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 11 Feb 2016 19:55:46 +0000 Subject: [PATCH] Add missing quotes to gdb/testsuite/README gdb/testsuite/ChangeLog: 2016-02-11 Pedro Alves * README (Parallel testing): Add missing double quotes. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/README | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c18935..0d61440 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2016-02-11 Pedro Alves + * README (Parallel testing): Add missing double quotes. + +2016-02-11 Pedro Alves + * README (Parallel testing): New section. (GDB_PARALLEL): Rewrite. (FORCE_PARALLEL): Document. diff --git a/gdb/testsuite/README b/gdb/testsuite/README index d58a452..6b59027 100644 --- a/gdb/testsuite/README +++ b/gdb/testsuite/README @@ -44,8 +44,8 @@ serialized. This can be overridden by either using the `check-parallel' target in the Makefile, or by setting FORCE_PARALLEL to any non-empty value: - make check-parallel RUNTESTFLAGS="--target_board=native-gdbserver - make check RUNTESTFLAGS="--target_board=native-gdbserver FORCE_PARALLEL=1 + make check-parallel RUNTESTFLAGS="--target_board=native-gdbserver" + make check RUNTESTFLAGS="--target_board=native-gdbserver" FORCE_PARALLEL=1 If you want to use runtest directly instead of using the Makefile, see the description of GDB_PARALLEL below. -- 1.9.3