Commit 6123fc3f authored by zach%zachlipton.com's avatar zach%zachlipton.com

Have the tests test .pm files as well, yes this creates bustage, this is

intentional! No review needed for tests at this time.
parent 31ad925d
...@@ -47,7 +47,7 @@ sub isTestingFile { ...@@ -47,7 +47,7 @@ sub isTestingFile {
if ($file eq $exclude) { return undef; } # get rid of excluded files. if ($file eq $exclude) { return undef; } # get rid of excluded files.
} }
if ($file =~ /\.cgi$|\.pl$/) { if ($file =~ /\.cgi$|\.pl$|\.pm$/) {
return 1; return 1;
} }
my $additional; my $additional;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment