From 9c715a9a48519765e027cff6c2f162f3cae61a8b Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 10 Jul 2024 14:47:57 +1000 Subject: [PATCH] more doh --- Porting/test-dist-modules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/test-dist-modules.pl b/Porting/test-dist-modules.pl index 9d0376e6f045..f322f674ad2d 100644 --- a/Porting/test-dist-modules.pl +++ b/Porting/test-dist-modules.pl @@ -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; }