lib/ocrunner/cli.rb in ocrunner-0.2.4 vs lib/ocrunner/cli.rb in ocrunner-0.2.5
- old
+ new
@@ -23,9 +23,10 @@
opt :parallel, "Use multiple processors to build multiple targets (parallelizeTargets)", :type => :boolean, :default => true
opt :auto, "Watch filesystem for changes and run tests when they occur", :type => :boolean, :default => false
opt :growl, "Report results using Growl", :type => :boolean, :default => false
opt :debug_command, "Print xcodebuild command and exit", :type => :boolean, :default => false
opt :verbose, "Display all xcodebuild output after summary", :type => :boolean, :default => false
+ opt :loud_compilation, "Always show verbose output when a compilation or linking error occurs", :type => :boolean, :default => true
end
execute = Proc.new{ OCRunner::TestRunner.new(opts) }
execute.call
\ No newline at end of file