bin/calabash-android-run.rb in calabash-android-0.2.15 vs bin/calabash-android-run.rb in calabash-android-0.2.16
- old
+ new
@@ -27,10 +27,11 @@
else
env = ""
end
STDOUT.sync = true
- cmd = "cucumber -c #{ARGV.join(" ")} #{env}"
+ arguments = ARGV - ["--google-maps-support"]
+ cmd = "cucumber #{arguments.join(" ")} #{env} #{"-c" unless is_windows?}"
puts cmd
IO.popen(cmd) do |io|
io.each { |s| print s }
end
\ No newline at end of file