summaryrefslogtreecommitdiff
path: root/bootstraptest/runner.rb
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 /bootstraptest/runner.rb
parent7ed81c28e0a7f8a484f830724e2e7d16a1d9af6f (diff)
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
Diffstat (limited to 'bootstraptest/runner.rb')
-rwxr-xr-xbootstraptest/runner.rb2
1 files changed, 2 insertions, 0 deletions
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