arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

don't fail if server cosole out has the workd 'error' #114

Open adamantivm opened 10 years ago

adamantivm commented 10 years ago

From what I can tell, every time the word 'error' shows up anywhere in the meteor server log, laika concludes that the server crashes and stops the tests.

This happens even if the log output is: "This worked great, there was no error!".

Is there any way to disable this aggressive grepping for 'error' from failing the tests?

arunoda commented 10 years ago

Yep. This is some ugly point. I'm working on it.


Arunoda Susiripala I curate Meteor Weekly - Check it out!http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Wed, Apr 2, 2014 at 1:04 AM, Julian Cerruti notifications@github.comwrote:

From what I can tell, every time the word 'error' shows up anywhere in the meteor server log, laika concludes that the server crashes and stops the tests.

This happens even if the log output is: "This worked great, there was no error!".

Is there any way to disable this aggressive grepping for 'error' from failing the tests?

— Reply to this email directly or view it on GitHubhttps://github.com/arunoda/laika/issues/114 .