Skip to content

Commit

Permalink
Merge pull request #643 from metacpan/oalders/silence-tidy-tests
Browse files Browse the repository at this point in the history
Make tidyall tests verbose when prove is run with -v.
  • Loading branch information
mickeyn committed May 14, 2017
2 parents dfde7db + c830a34 commit 19f2dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/tidyall.t
Expand Up @@ -4,4 +4,4 @@ use strict;
use warnings;

use Test::Code::TidyAll;
tidyall_ok( verbose => 1 );
tidyall_ok( verbose => $ENV{TEST_VERBOSE} );

0 comments on commit 19f2dfa

Please sign in to comment.