X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_auto_test;h=900059291d17b924878d8934466b835e8d4c94e2;hb=1555e5db1372025d07c292d335158aeb0ed94cd4;hp=41a2e5d32826ec126c2ad78d772c253c28f37f9e;hpb=836deb960e78b2e6f134f5eb5f6b646d46a73cc6;p=debhelper.git diff --git a/dh_auto_test b/dh_auto_test index 41a2e5d..9000592 100755 --- a/dh_auto_test +++ b/dh_auto_test @@ -23,7 +23,7 @@ exit nonzero. If there's no test suite, it will exit zero without doing anything. This is intended to work for about 90% of packages with a test suite. If it -doesn't work, you're encoruaged to skip using dh_auto_test at all, and +doesn't work, you're encouraged to skip using dh_auto_test at all, and just run the test suite manually. =head1 OPTIONS @@ -55,8 +55,7 @@ if (-e "Makefile" || -e "makefile" || -e "GNUmakefile") { } } elsif (-e "Build.PL" && -e "Build") { - $ENV{MAKE}="make" unless exists $ENV{MAKE}; - doit($ENV{MAKE}, 'test', @{$dh{U_PARAMS}}); + doit(qw/perl Build test/, @{$dh{U_PARAMS}}); } =head1 SEE ALSO