]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Have the tests test .pm files as well, yes this creates bustage, this is
authorzach%zachlipton.com <>
Wed, 31 Oct 2001 09:06:31 +0000 (09:06 +0000)
committerzach%zachlipton.com <>
Wed, 31 Oct 2001 09:06:31 +0000 (09:06 +0000)
intentional!

No review needed for tests at this time.

t/Support/Files.pm

index 2396e5d2806c826ca5d194206e09e192919f5d92..63c55ce86bef133d3e9b73b89a002fca395f468a 100644 (file)
@@ -47,7 +47,7 @@ sub isTestingFile {
         if ($file eq $exclude) { return undef; } # get rid of excluded files.
   }
 
-  if ($file =~ /\.cgi$|\.pl$/) {
+  if ($file =~ /\.cgi$|\.pl$|\.pm$/) {
     return 1;
   }
   my $additional;