ruby-changes:30035
From: zzak <ko1@a...>
Date: Sat, 20 Jul 2013 22:46:45 +0900 (JST)
Subject: [ruby-changes:30035] zzak:r42087 (trunk): * common.mk: Document running a single test [Fixes GH-363]
zzak 2013-07-20 22:46:34 +0900 (Sat, 20 Jul 2013) New Revision: 42087 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42087 Log: * common.mk: Document running a single test [Fixes GH-363] Patch by Avdi Grimm https://github.com/ruby/ruby/pull/363 Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 42086) +++ ChangeLog (revision 42087) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Jul 20 22:44:50 2013 Zachary Scott <e@z...> + + * common.mk: Document running a single test [Fixes GH-363] + Patch by Avdi Grimm https://github.com/ruby/ruby/pull/363 + Sat Jul 20 22:39:56 2013 Zachary Scott <e@z...> * sample/*: whitespace patch by Sergio Campama [Fixes GH-364] Index: common.mk =================================================================== --- common.mk (revision 42086) +++ common.mk (revision 42087) @@ -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-all: all ruby tests [TEST=<specific_test_file.rb>]" \ " 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/