From 3fb38c6178f64c99fba7a8b3ede3f2b3382337d0 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Jun 2012 22:12:30 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ bootstraptest/runner.rb | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 056f2cfe6a..bebf51eae9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 16 07:12:28 2012 Nobuyoshi Nakada + + * bootstraptest/runner.rb (main): ignore -j option for compatibility + with test/unit. + Sat Jun 16 07:11:52 2012 Nobuyoshi Nakada * lib/test/unit.rb (Test::Unit::Runner#puke): modify only result and diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 40faa04234..95981eeca2 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -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