summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-22 03:36:38 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-22 03:36:38 +0000
commita790bd0bd775927583ff5502b4ccd54e6cfb0706 (patch)
tree6bf05fd433defc490279b1a724609053a5924800 /NEWS
parenta6fcf3e5e266836b983e50242dc18ef438320e90 (diff)
* lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,
--no-retry. [Feature #4415] [ruby-dev:43226],[ruby-dev:43222],[ruby-core:35294] * lib/test/unit/parallel.rb: Used at test/unit --jobs(-j) option. * test/csv/test_serialization.rb: test/unit parallel running ready. * test/rake/test_file_task.rb: test/unit parallel running ready. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4311a7c57..8839403304 100644
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,13 @@ with all sufficient information, see the ChangeLog file.
* extended method:
* StringIO#set_encoding can get 2nd argument and optional hash.
+* test/unit
+ * New arguments:
+ * -j N, --jobs=N: Allow run N testcases at once.
+ * --jobs-status: Show status of jobs when parallel running.
+ * --no-retry: Don't retry testcases which failed when parallel running.
+ * --ruby=RUBY: path to ruby for job(worker) process. optional.
+
* uri
* new methods:
* URI::Generic#hostname