Skip to content

Commit

Permalink
Re-enable --verbosity option in t/harness (RT #63566).
Browse files Browse the repository at this point in the history
Patch courtesy Vasily Chekalkin <bacek@bacek.com> .
  • Loading branch information
pmichaud committed Mar 1, 2009
1 parent 0bbdb57 commit 023bb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harness
Expand Up @@ -19,7 +19,7 @@ $Test::Harness::switches = '';
GetOptions(
'tests-from-file=s' => \my $list_file,
'fudge' => \my $do_fudge,
'verbosity=i' => \my $verbosity,
'verbosity=i' => \$Test::Harness::verbose,
'jobs:3' => \my $jobs,
);
my @pass_through_options = grep m/^--?[^-]/, @ARGV;
Expand Down

0 comments on commit 023bb60

Please sign in to comment.