Skip to content

Commit

Permalink
update autounfudge.pl to deal with both build layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 15, 2009
1 parent a3fd610 commit 27c64b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/autounfudge.pl
Expand Up @@ -258,9 +258,10 @@ sub tests_ok {
}

sub get_harness {
my $parrot = -d 'parrot' ? 'parrot/parrot' : '../../parrot';
return TAP::Harness->new({
verbosity => -2,
exec => ['../../parrot', '-G', 'perl6.pbc'],
exec => [$parrot, '-G', 'perl6.pbc'],
merge => 1,
});
}
Expand Down

0 comments on commit 27c64b5

Please sign in to comment.