Removing diag to clean up smoke test output

This commit is contained in:
Wouter van Oijen 2006-07-14 10:53:15 +00:00
parent 94b5facb95
commit 3f9331a774
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ File::Find::find( \&getWebGUIModules, $wgLib);
plan tests => scalar(@modules);
diag("Planning on ".scalar(@modules)." tests");
#diag("Planning on ".scalar(@modules)." tests");
my %options;
$options{-warnings} = 0; # report only errors for now