-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
remove hard dependency on growl for test suite #289
Comments
yeah it would be nice if we could just have it fail silently since it's not a crucial thing, no warnings |
86c0570 is my fix, although it logs a warning. Should be easy enough to remove that line though. |
Just a bump, is there any reason you haven't merged my commit above? I can break it out into its own pull request if you want, but it should be pretty trivial to cherry pick or just do by hand... |
i dont recall growl failing on a require(), but failing on growl() maybe. i'll have to take a look at the lib again i cant remember where it fails. either way I dont want to console.log() though |
This issue has been inactive for over 1 month so I'm closing it. If you think it's still an issue re-open. - tjbot |
just ran on master (2cc7984), and I get the following:
|
I'd even be happy if I could just add "--no-growl" to revert the earlier "--growl" on the same command line. Perhaps that's a bit daft though. |
Currently mocha's own tests won't run without growl, because the checked in test/mocha.opts includes
--growl
.I could change the mocha.opts locally, but I don't like being stuck with outstanding changes. I could install growl, but it's a lot of effort (and I don't actually want it).
Perhaps the --growl option should have no effect (and print a warning) if require('growl') fails?
The text was updated successfully, but these errors were encountered: