removing diag to clean up smoke test output
This commit is contained in:
parent
3803e3b2ff
commit
499981d092
3 changed files with 0 additions and 12 deletions
1
t/POD.t
1
t/POD.t
|
|
@ -24,7 +24,6 @@ plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
|
|||
my @modules = ();
|
||||
find(\&countModules, File::Spec->catdir( WebGUI::Test->lib, 'WebGUI' ) );
|
||||
my $moduleCount = scalar(@modules);
|
||||
diag("Planning on running $moduleCount tests\n");
|
||||
plan tests => $moduleCount;
|
||||
foreach my $package (sort @modules) {
|
||||
my $pc = Pod::Coverage->new(package=>$package);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue