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

Add a verbose option for use without guard #119

Closed
tcrayford opened this issue Apr 3, 2013 · 1 comment
Closed

Add a verbose option for use without guard #119

tcrayford opened this issue Apr 3, 2013 · 1 comment

Comments

@tcrayford
Copy link

If I'm running guard-jasmine without actually using guard (just to get the headless testing), and my web server fails to boot, there's no way to get the output of it without editing the gem to remove the conditional around Guard.options[:verbose]. This is horribly shitty because you can't debug errors at all, guard-jasmine just fucking swallows all the errors, not even dropping them in a log file.

@netzpirat
Copy link
Contributor

Instead of editing the gem, better send a pull request next time. Version 1.14.0 released with the --verbose cli option for the plain guard-jasmine runner.

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

No branches or pull requests

2 participants