test/functional/test.rb in ruote-2.1.5 vs test/functional/test.rb in ruote-2.1.6
- old
+ new
@@ -11,10 +11,10 @@
_v = ARGV.include?('-v') ? ' -v' : ' '
puts
puts "=== #{t} :"
- puts `ruby#{_v} #{t}`
+ puts `ruby#{_v} #{t} #{ARGV.join(' ')}`
exit $?.exitstatus if $?.exitstatus != 0
else
load(t)
end