On Sat Feb 28 15:56:13 2009, bacek wrote:
> From 116eec4b249f6917187741053006763f96d22496 Mon Sep 17 00:00:00 2001
> From: Vasily Chekalkin <ba...@bacek.com>
> Date: Sun, 1 Mar 2009 09:08:30 +1100
> Subject: [PATCH] Fix handling verbosity in t/harness
> 
> ---
>  t/harness |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/t/harness b/t/harness
> index 1b42bea..6637ebe 100644
> --- a/t/harness
> +++ b/t/harness
> @@ -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;


....does this patch work even if someone is running TAP::Harness instead
of Test::Harness ?

Pm


Reply via email to