From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2899 invoked by alias); 26 Jun 2009 06:53:27 -0000 Received: (qmail 2884 invoked by uid 22791); 26 Jun 2009 06:53:26 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Jun 2009 06:53:20 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KLU00D0033RO400@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Fri, 26 Jun 2009 09:53:17 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.213.34]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KLU0054934S0540@i_mtaout3.012.net.il>; Fri, 26 Jun 2009 09:53:17 +0300 (IDT) Date: Fri, 26 Jun 2009 06:53:00 -0000 From: Eli Zaretskii Subject: Re: RFC: parallelize "make check" In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83tz23zdsz.fsf@gnu.org> References: <831vp90ztf.fsf@gnu.org> X-IsSubscribed: yes 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 X-SW-Source: 2009-06/txt/msg00704.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Tom Tromey > Date: Thu, 25 Jun 2009 14:21:43 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Eli> It would be good to mention this possibility in README, IMO. > > Please review. Thanks. A couple of comments: . You mention RUNTESTFLAGS that is not otherwise documented in README. I understand that you mention it (and the solution via setting RUNTESTFLAGS) as ``gotcha'' for those who use this variable for reasons unrelated to -j. If so, I would suggest to make it an explicit note, something like this (the parens are deliberate): (Note that setting `RUNTESTFLAGS' then, by default, the tests will be run serially even under -j. You can override this and force a parallel run ...) . I think we should say that using -j significantly cuts the time for running the test suite. Otherwise, the reader would not necessarily understand why she would like to use -j.