* ChangeLog: fix miss; testcase is test file.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sorah 2011-12-26 04:33:32 +00:00
parent bec52ad787
commit 8f37f68c0d

View File

@ -21,8 +21,8 @@ Sun Dec 25 22:39:49 2011 Shota Fukumori <sorah@tubusu.net>
* lib/test/unit.rb (_run_parallel):
New option "--separate" for test/unit; when running tests with this
option, a job process will be restarted after one testcase has done.
This means all testcases will run with separated process.
option, a job process will be restarted after one test file has done.
This means all test files will run with separated process.
* lib/test/unit/parallel.rb: Fix for above. Now parallel.rb puts
"ready!" for first ready, "ready" for afters.