You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by ge...@apache.org on 2005/03/21 17:13:47 UTC

svn commit: r158479 - perl/Apache-Test/trunk/lib/Apache/TestHarnessPHP.pm

Author: geoff
Date: Mon Mar 21 08:13:46 2005
New Revision: 158479

URL: http://svn.apache.org/viewcvs?view=rev&rev=158479
Log:
ugh.  skip over t/response too.

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestHarnessPHP.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestHarnessPHP.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/TestHarnessPHP.pm?view=diff&r1=158478&r2=158479
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestHarnessPHP.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestHarnessPHP.pm Mon Mar 21 08:13:46 2005
@@ -77,7 +77,7 @@
         else {
             finddepth(sub {
                           return unless /\.(t|php)$/;
-                          return if $File::Find::dir =~ m/\b(conf|htdocs|logs)\b/;
+                          return if $File::Find::dir =~ m/\b(conf|htdocs|logs|response)\b/;
                           my $t = catfile $File::Find::dir, $_;
                           my $dotslash = catfile '.', "";
                           $t =~ s:^\Q$dotslash::;