mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed exception message
This commit is contained in:
parent
f6461fa890
commit
d1c2b19698
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ when /\A--test-target-dir=(.*?)\z/
|
||||||
ARGV.shift
|
ARGV.shift
|
||||||
src_testdir = File.realpath($1)
|
src_testdir = File.realpath($1)
|
||||||
else
|
else
|
||||||
raise "unknown runner option: #{ opt }"
|
raise "unknown runner option: #{ ARGV.first }"
|
||||||
end
|
end
|
||||||
|
|
||||||
raise "#$0: specify --test-target-dir" if !src_testdir
|
raise "#$0: specify --test-target-dir" if !src_testdir
|
||||||
|
|
Loading…
Add table
Reference in a new issue