Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8015 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98301 invoked by uid 1010); 20 Feb 2004 11:25:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98243 invoked from network); 20 Feb 2004 11:25:57 -0000 Received: from unknown (HELO jan.prima.de) (62.72.86.57) by pb1.pair.com with SMTP; 20 Feb 2004 11:25:57 -0000 Received: from [145.254.99.201] (dialin-145-254-099-201.arcor-ip.net [::ffff:145.254.99.201]) (AUTH: LOGIN jan) by jan.prima.de with esmtp; Fri, 20 Feb 2004 11:25:50 +0000 In-Reply-To: <20040219215027.GA10838@panix.com> References: <20040219215027.GA10838@panix.com> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <41ABC3BC-638C-11D8-BA66-000A959DD3A4@jan.prima.de> Content-Transfer-Encoding: 7bit Cc: PHP Internals List Date: Fri, 20 Feb 2004 11:05:05 +0100 To: Daniel Convissor X-Mailer: Apple Mail (2.612) Subject: Re: [PHP-DEV] PATCH: run-tests.php -l flag (local / non-recurisve) From: jan@jan.prima.de (Jan Lehnardt) 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. There are plans to change run-tests.php so it accepts arguments instead of environment variables, but nothing happened in this direction, yet. regards, Jan --