* 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
This commit is contained in:
eregon 2013-07-20 16:08:49 +00:00
Родитель d0fd9aa246
Коммит f293fa8d63
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Sun Jul 21 01:07:45 2013 Benoit Daloze <eregontp@gmail.com>
* 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]
Sat Jul 20 22:44:50 2013 Zachary Scott <e@zzak.io>
* common.mk: Document running a single test [Fixes GH-363]

Просмотреть файл

@ -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" \