aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-15 22:12:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-15 22:12:30 +0000
commit3fb38c6178f64c99fba7a8b3ede3f2b3382337d0 (patch)
treee7b3bae03b4ac5f4bbbf44d0e7045952e4c0ff18
parent7ed81c28e0a7f8a484f830724e2e7d16a1d9af6f (diff)
downloadruby-3fb38c6178f64c99fba7a8b3ede3f2b3382337d0.tar.gz
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
-rw-r--r--ChangeLog5
-rwxr-xr-xbootstraptest/runner.rb2
2 files changed, 7 insertions, 0 deletions
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 <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
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