guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Is there any way to silence "Running tests with args"? #43

Closed mattfordham closed 12 years ago

mattfordham commented 12 years ago

Would be great to have the output optional. Is there a way?

thibaudgg commented 12 years ago

Which input? Please can you paste an example.

mattfordham commented 12 years ago

I get this prior to every RSpec test run in Guard:

Running tests with args ["--color", "--format", "progress", "--format", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--require", "/Users/matt/.rvm/gems/ruby-1.9.2-p180@default/gems/guard-rspec-0.5.1/lib/guard/rspec/formatters/notification_rspec.rb", "spec"]...

thibaudgg commented 12 years ago

Sadly there's no existing option for that. It would be really great if we could find a way to remove it completely (even without an option). Pull request for that is very welcome :)

debreczeni commented 12 years ago

Hi, Please see my pull request that solves this, I've added a quiet options to pass along to the spork server initializer: https://github.com/guard/guard-spork/pull/58 The guys at spork has to accept the pull request as well, here it is, if you guys could convince them it would be great :) https://github.com/sporkrb/spork/pull/163 Cheers D

mikesmullin commented 12 years ago

+1 for this. very annoying without it http://i.imgur.com/MnQl0.png

thibaudgg commented 12 years ago

Done in #75