mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: Introduce --hide-skip on test/unit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c438fd0fe
commit
ee80993690
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Jun 19 13:31:26 2011 Shota Fukumori <sorah@tubusu.net>
|
||||
|
||||
* NEWS: Introduce --hide-skip on test/unit.
|
||||
|
||||
Sun Jun 19 10:05:16 2011 Shota Fukumori <sorah@tubusu.net>
|
||||
|
||||
* lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?
|
||||
|
|
2
NEWS
2
NEWS
|
@ -206,6 +206,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
* --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.
|
||||
* --hide-skip: Hide skip messages. You'll see the number of skips at end of
|
||||
test result.
|
||||
|
||||
* uri
|
||||
* new methods:
|
||||
|
|
Loading…
Reference in a new issue