зеркало из https://github.com/mozilla/pjs.git
Have the tests test .pm files as well, yes this creates bustage, this is
intentional! No review needed for tests at this time.
This commit is contained in:
Родитель
7659049588
Коммит
a07f057d55
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче