Skip to content

Commit

Permalink
Make tidyall tests verbose when prove is run with -v.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 14, 2017
1 parent feeb984 commit 07426fe
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 07426fe

Please sign in to comment.