Skip to content

Commit

Permalink
need to run perl
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 10, 2024
1 parent 9c715a9 commit 9c0da48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Porting/test-dist-modules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ sub test_dist {
$failed = "Makefile.PL";
die "$name: Makefile.PL failed\n" unless $continue;
}
elsif (!run("prove", "-b", @verbose, '-e', 'gdb -q -ex r -ex bt -ex q --args')) {
elsif (!run("prove", "-b", @verbose, '-e', 'gdb -q -ex r -ex bt -ex q --args perl -Mblib')) {
$failed = "make test";
die "$name: make test failed\n" unless $continue;
}
Expand Down

0 comments on commit 9c0da48

Please sign in to comment.