Add message for --ruby
option [ci skip]
This commit is contained in:
parent
694d99dda2
commit
69292676a2
@ -346,7 +346,8 @@ module Test
|
|||||||
options[:retry] = false
|
options[:retry] = false
|
||||||
end
|
end
|
||||||
|
|
||||||
opts.on '--ruby VAL', "Path to ruby which is used at -j option" do |a|
|
opts.on '--ruby VAL', "Path to ruby which is used at -j option",
|
||||||
|
"Also used as EnvUtil.rubybin by some assertion methods" do |a|
|
||||||
options[:ruby] = a.split(/ /).reject(&:empty?)
|
options[:ruby] = a.split(/ /).reject(&:empty?)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user