aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-11-28 17:39:55 +0000
committerMoritz Lenz <moritz@faui2k3.org>2015-11-28 18:00:48 +0000
commit428f676df10ca8b322cf73687c3b581daa73a734 (patch)
tree8e288cdd40e8521befc42ece048d2a0a0ea3c810
parent640b132418396c57faefc7a1801192b10bd522fe (diff)
Tell peple to run modules-test instead of a broken prove command2015.11
the prove command is broken for modules that come with *.pm files in t/lib/ and assume relative paths (such as DBIish)
-rw-r--r--tools/build/Makefile.in3
1 files changed, 1 insertions, 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/<name>/t"
+ @echo "To run the modules' test suites, run '$(MAKE) modules-test'"
@echo ""
## cleaning