From 428f676df10ca8b322cf73687c3b581daa73a734 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 28 Nov 2015 17:39:55 +0000 Subject: Tell peple to run modules-test instead of a broken prove command the prove command is broken for modules that come with *.pm files in t/lib/ and assume relative paths (such as DBIish) --- tools/build/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 4627f45..b2cc03f 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -97,8 +97,7 @@ test: @echo "To run the Rakudo compiler tests, use '$(MAKE) rakudo-test'" @echo "To run the Perl 6 spectests, use '$(MAKE) rakudo-spectest'" @echo "" - @echo "To run tests for individual modules, install and then try:" - @echo " prove -e ./perl6 -r modules//t" + @echo "To run the modules' test suites, run '$(MAKE) modules-test'" @echo "" ## cleaning -- cgit v1.1