Skip to content

Commit

Permalink
make test work in both places?
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Sep 24, 2019
1 parent cc9fba4 commit 9b98ebf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/02-config.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ my $root = abs_path('.');
diag $root;

my $parent = dirname $root;
#$parent = '';

# Inside the Docker image we need en empty string here:
if ( not $ENV{TRAVIS} ) {
$parent = '';
}

use Perl::Maven::Config;

Expand Down

0 comments on commit 9b98ebf

Please sign in to comment.