Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:43753 php.qa:64786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97963 invoked from network); 21 Apr 2009 22:45:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2009 22:45:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:60018] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/36-10878-A8C4EE94 for ; Tue, 21 Apr 2009 18:45:31 -0400 Received: (qmail 13989 invoked by uid 89); 21 Apr 2009 23:12:31 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@88.217.48.59) by mailout2.netbeat.de with ESMTPA; 21 Apr 2009 23:12:31 -0000 To: Greg Beaver Cc: PHP Developers Mailing List , php-qa In-Reply-To: <49E731C3.4050201@chiaraquartet.net> References: <49E731C3.4050201@chiaraquartet.net> Content-Type: text/plain Date: Wed, 22 Apr 2009 00:45:26 +0200 Message-ID: <1240353926.5797.46.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] detecting bad --CLEAN-- sections From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2009-04-16 at 08:25 -0500, Greg Beaver wrote: > - add a --REMOVEFILES--/--REMOVEDIRS-- section where one can specify > relative paths to files or whole directories that should be nixed, and > have run-tests do the removal Then the filename might still be wrong, and I think a more flexible option might be nice for database test for instance where one wants to delete temporary tables/procedures/... ... while doing that in a clean section might be a pain as it is a third php process and third database connection per test (skipif, file, clean) Not that I have a good proposal either ;-) johannes