Skip to content

Commit

Permalink
more doh
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 10, 2024
1 parent 04bd2fe commit 9c715a9
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("probe", "-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')) {
$failed = "make test";
die "$name: make test failed\n" unless $continue;
}
Expand Down

0 comments on commit 9c715a9

Please sign in to comment.