From: Jesse Luehrs Date: Tue, 17 Apr 2012 14:34:33 +0000 (-0500) Subject: more cleanups X-Git-Tag: 2.0502~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=33bc8e847fdbc630c1f5ac5d54b6d7682e47542c more cleanups --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 08de4f8..e488fcf 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -71,6 +71,7 @@ my %skip = map { $_ => 1 } ( 'Games-Pandemic', # tk tests are graphical 'Games-RailRoad', # tk tests are graphical 'Games-Risk', # tk tests are graphical + 'Gearman-Driver', # spews tar errors 'helm', # depends on running ssh 'Log-Dispatch-Gtk2-Notify', # gtk tests are graphical 'LPDS', # gtk tests are graphical @@ -112,7 +113,7 @@ my @modules = map { exists $name_fix{$_} ? $name_fix{$_} : $_ } plan tests => scalar @modules; for my $module (@modules) { - diag($module); + note($module); if ($todo{$module}) { my $reason = $todo_reasons{$module}; $reason = '???' unless defined $reason;