lib/calabash-cucumber/launch/simulator_helper.rb in calabash-cucumber-0.9.168 vs lib/calabash-cucumber/launch/simulator_helper.rb in calabash-cucumber-0.9.169.pre2

- old
+ new

@@ -106,11 +106,13 @@ msg << "\nIn features/support/01_launch.rb set APP_BUNDLE_PATH to" msg << "the path where Xcode has built your Calabash target." msg << "Alternatively you can use the environment variable APP_BUNDLE_PATH.\n" raise msg.join("\n") else - puts "Found potential build dir: #{build_dirs.first}" - puts "Checking..." + if FULL_CONSOLE_OUTPUT + puts "Found potential build dir: #{build_dirs.first}" + puts "Checking..." + end return build_dirs.first end end end