Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 10, 2024
1 parent f4e050f commit 04bd2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Porting/test-dist-modules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ sub test_dist {
if (my $cfg = $dist_config{$name}) {
push @my_config, @$cfg;
}
my @verbose;
push @verbose, "-v" if $verbose;
if (!run($^X, "Makefile.PL", @my_config)) {
$failed = "Makefile.PL";
die "$name: Makefile.PL failed\n" unless $continue;
}
my @verbose;
push @verbose, "-v" if $verbose;
elsif (!run("probe", "-b", @verbose, '-e', 'gdb -q -ex r -ex bt -ex q --args')) {
$failed = "make test";
die "$name: make test failed\n" unless $continue;
Expand Down

0 comments on commit 04bd2fe

Please sign in to comment.