diff options
| author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-29 22:48:11 +0000 |
|---|---|---|
| committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-29 22:48:11 +0000 |
| commit | e88b59560e2c5e6e1408c6f39f389e65cc5ce957 (patch) | |
| tree | d14d2643f6e850bff2b40809d4b97018b278866c /test/runner.rb | |
| parent | fa890b6f7b16fe162ca9c52b4514dbf879ad78e4 (diff) | |
| download | ruby-e88b59560e2c5e6e1408c6f39f389e65cc5ce957.tar.gz ruby-e88b59560e2c5e6e1408c6f39f389e65cc5ce957.tar.xz ruby-e88b59560e2c5e6e1408c6f39f389e65cc5ce957.zip | |
Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rb
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/runner.rb')
| -rw-r--r-- | test/runner.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runner.rb b/test/runner.rb index fb72c7155..fe827f921 100644 --- a/test/runner.rb +++ b/test/runner.rb @@ -33,6 +33,8 @@ until ARGV.empty? do other.push(*ARGV) ARGV.clear break + when /^-(n|-name)$/ then + other.push arg, ARGV.shift when /^-/ then other << arg else |
