зеркало из https://github.com/github/ruby.git
bootstraptest: ignore -j
* bootstraptest/runner.rb (main): ignore -j option for compatibility with test/unit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7ed81c28e0
Коммит
3fb38c6178
|
@ -1,3 +1,8 @@
|
|||
Sat Jun 16 07:12:28 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* bootstraptest/runner.rb (main): ignore -j option for compatibility
|
||||
with test/unit.
|
||||
|
||||
Sat Jun 16 07:11:52 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/test/unit.rb (Test::Unit::Runner#puke): modify only result and
|
||||
|
|
|
@ -105,6 +105,8 @@ Usage: #{File.basename($0, '.*')} --ruby=PATH [--sets=NAME,NAME,...]
|
|||
-h, --help Print this message and quit.
|
||||
End
|
||||
exit true
|
||||
when /\A-j/
|
||||
true
|
||||
else
|
||||
false
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче