Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8018 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73197 invoked by uid 1010); 20 Feb 2004 17:42:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73100 invoked from network); 20 Feb 2004 17:42:11 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 20 Feb 2004 17:42:11 -0000 Received: from [192.168.1.105] (p508EAB8D.dip.t-dialin.net [80.142.171.141]) by shiva.mind.de (Postfix) with ESMTP id D642E97B58; Fri, 20 Feb 2004 18:42:03 +0100 (CET) Date: Fri, 20 Feb 2004 18:40:22 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <88842528031.20040220184022@marcus-boerger.de> To: Hartmut Holzgraefe Cc: Jan Lehnardt , hartmut@php-groupies.de, Daniel Convissor , PHP Internals List In-Reply-To: <4035F44C.3020401@php.net> References: <20040219215027.GA10838@panix.com> <41ABC3BC-638C-11D8-BA66-000A959DD3A4@jan.prima.de> <4035F44C.3020401@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PATCH: run-tests.php -l flag (local / non-recurisve) From: helly@php.net (Marcus Boerger) Hello Hartmut, Friday, February 20, 2004, 12:49:32 PM, you wrote: > Jan Lehnardt wrote: >> TESTS=/path/test/dir make test or even TESTS=/path/to/test.phpt make test >> works just fine, already. > TESTS=/path/test/dir would still dive into /past/test/dir/subdir, > wouldn't it? >> There are plans to change run-tests.php so it accepts arguments instead >> of environment variables, but nothing happened in this direction, yet. > that's not really true, it's more like "nothing has been commited yet" ;) well i did some of those commits...long ago...or did i miss anything?????? i'd simply use php run-tests.php .... if you want local files only without recursion then you can use find but that doesn't help on windows. Anyway i see no reason because at least until now there is not a single one extension where this functionality would be of any use because test directories do not have sub-test-dirs. And btw. for example: php run-tests.php ext/dba is shorter than php run-tests.php ext/dba/tests but does the same because of the recursion -- Best regards, Marcus mailto:helly@php.net