summaryrefslogtreecommitdiff
path: root/test/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runner.rb b/test/runner.rb
index fb72c71556..fe827f921c 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