Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86514 invoked by uid 1010); 27 Jul 2007 07:47:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86499 invoked from network); 27 Jul 2007 07:47:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2007 07:47:07 -0000 Authentication-Results: pb1.pair.com header.from=news@sea.gmane.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:39602] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/F0-13510-7F2A9A64 for ; Fri, 27 Jul 2007 03:47:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IEKXI-0001RJ-Tv for internals@lists.php.net; Fri, 27 Jul 2007 09:46:56 +0200 Received: from 85.115.9.34 ([85.115.9.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jul 2007 09:46:56 +0200 Received: from sb by 85.115.9.34 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Jul 2007 09:46:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Fri, 27 Jul 2007 09:46:39 +0200 Lines: 20 Message-ID: References: <000301c7ce41$5fc5e7b0$0100a8c0@pc07653> <46A770C0.9090801@zend.com> <46A78A7A.60306@hristov.com> <2769.24.12.13.192.1185508570.squirrel@www.l-i-e.com> <46A96DAF.10507@lerdorf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 85.115.9.34 User-Agent: Thunderbird 2.0.0.5 (X11/20070723) In-Reply-To: <46A96DAF.10507@lerdorf.com> Sender: news Subject: Re: [PHP-DEV] Re: multi-threaded run-tests.php From: sb@sebastian-bergmann.de (Sebastian Bergmann) Rasmus Lerdorf wrote: > make test TESTS=ext/foo > > Or, add this little shell script which I call phpt: > > #!/bin/bash > TEST_PHP_EXECUTABLE=/usr/local/bin/php > php /usr/local/lib/php/build/run-tests.php $1 > > Then cd into whatever directory has your tests and type: > > phpt . Yeah, letting make take care of this sounds like the right thing to do. It should also solve Ulf's problem of not running the tests for the various MySQL extensions at the same time somehow. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69