Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51235 invoked by uid 1010); 20 Feb 2004 18:14:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51211 invoked from network); 20 Feb 2004 18:14:52 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 20 Feb 2004 18:14:52 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i1KIDp9b029761; Fri, 20 Feb 2004 19:13:51 +0100 Date: Fri, 20 Feb 2004 19:13:51 +0100 (CET) X-X-Sender: derick@localhost To: Jan Lehnardt cc: Daniel Convissor , PHP Internals List In-Reply-To: <41ABC3BC-638C-11D8-BA66-000A959DD3A4@jan.prima.de> Message-ID: References: <20040219215027.GA10838@panix.com> <41ABC3BC-638C-11D8-BA66-000A959DD3A4@jan.prima.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] PATCH: run-tests.php -l flag (local / non-recurisve) From: derick@php.net (Derick Rethans) On Fri, 20 Feb 2004, Jan Lehnardt wrote: > Hi, > On 19 Feb 2004, at 22:50, Daniel Convissor wrote: > > As you probably know, run-tests.php runs recursively through each > > subdirectory encountered. I've run into circumstances where it is > > helpful > > to have it just run files in the present directory, without recursion. > > I > > have created a patch which watches for an "-l" flag. The -l flag is > > similar to the one used with CVS. > > TESTS=/path/test/dir make test or even TESTS=/path/to/test.phpt make > test works just fine, already. And also: TESTS=path/test/dir/*.phpt make test so you don't need anything new for this to work. Derick