Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quiet option for spork server #163

Merged
merged 1 commit into from
May 4, 2012
Merged

Conversation

debreczeni
Copy link
Contributor

This adds a very simple quiet option for launching spork server to omit the "Running tests with args #{argv.inspect}..." and "Done.\n\n"

at the command line:

    spork --quiet
    spork -q

Mostly useful with guard-spork to help having better output in the terminal
Here's the related pull request that allows a quiet option to be specified on guard-spork:
guard/guard-spork#58

@arronmabrey
Copy link

Hey guys any chance of pulling this in?

@mikesmullin
Copy link

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

@thibaudgg
Copy link

@debreczeni maybe it would be merged quicker if you add some specs :)

@timcharper
Copy link
Contributor

Yes, a simple test somewhere would be helpful, but sounds like there is a lot of pain here, and this one slipped past my radar. I'll go ahead and merge it.

(you know you could use grep -v to filter output, right?)

timcharper added a commit that referenced this pull request May 4, 2012
@timcharper timcharper merged commit 055b32f into sporkrb:master May 4, 2012
@thibaudgg
Copy link

Great, thanks for merge! (sorry I didn't know for grep -v, shame on me!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants