bin/calabash-android-run.rb in calabash-android-0.0.6 vs bin/calabash-android-run.rb in calabash-android-0.0.7

- old
+ new

@@ -8,12 +8,11 @@ "TEST_PACKAGE_NAME=#{settings["package_name"]}.test "\ "APP_PATH=#{settings["app_path"]} "\ "TEST_APP_PATH=features/support/Test.apk "\ "TEST_SERVER_PORT=34777" - + STDOUT.sync = true cmd = "cucumber #{ARGV.join(" ")} #{env}" - puts cmd IO.popen(cmd) do |io| io.each { |s| print s } end end \ No newline at end of file