Skip to content

Commit

Permalink
use --exec
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 18, 2014
1 parent b2ad1d0 commit e02ab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.pl
Expand Up @@ -34,7 +34,7 @@
push @paths, './xt';
}
if ( env_true('COVERAGE_TESTING') ) {
safe_exec( 'prove', '--lib', '-MDevel::Cover', '--shuffle', '--color', '--recurse', '--timer', '--jobs', 1, @paths );
safe_exec( 'prove', '--exec=perl -Ilib -MDevel::Cover', '--shuffle', '--color', '--recurse', '--timer', '--jobs', 1, @paths );
safe_exec('cover');
safe_exec( 'cover', '-report', 'coveralls' );
}
Expand Down

0 comments on commit e02ab99

Please sign in to comment.