[前][次][番号順一覧][スレッド一覧]

ruby-changes:30039

From: eregon <ko1@a...>
Date: Sun, 21 Jul 2013 01:09:02 +0900 (JST)
Subject: [ruby-changes:30039] eregon:r42091 (trunk): * common.mk (help): Fix environment variable name and argument.

eregon	2013-07-21 01:08:49 +0900 (Sun, 21 Jul 2013)

  New Revision: 42091

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42091

  Log:
    * 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]

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42090)
+++ ChangeLog	(revision 42091)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Jul 21 01:07:45 2013  Benoit Daloze  <eregontp@g...>
+
+	* 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@z...>
 
 	* common.mk: Document running a single test [Fixes GH-363]
Index: common.mk
===================================================================
--- common.mk	(revision 42090)
+++ common.mk	(revision 42091)
@@ -1071,7 +1071,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1071
 	"  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" \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]