summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-20 16:08:49 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-20 16:08:49 +0000
commitf293fa8d6355a10f50d6641707273d16bac70c4d (patch)
treeb3af8d60eb3b4846e53401d1ca78e9b0061d20c6 /common.mk
parentd0fd9aa246673686c2241fcaac0777546936f449 (diff)
* common.mk (help): Fix environment variable name and argument.
Actually it can also be a directory or any argument for test/unit runner. [Fixes GH-363] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e16c72b78d..819f77458f 100644
--- a/common.mk
+++ b/common.mk
@@ -1071,7 +1071,7 @@ help: PHONY
" gdb-ruby: runs test.rb by ruby under gdb" \
" check: equals make test test-all" \
" test: ruby core tests" \
- " test-all: all ruby tests [TEST=<specific_test_file.rb>]" \
+ " test-all: all ruby tests [TESTS=<test files>]" \
" test-rubyspec: run RubySpec test suite" \
" update-rubyspec: update local copy of RubySpec" \
" benchmark: benchmark this ruby and COMPARE_RUBY" \