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

No "pause" on error #28

Open
objarni opened this issue Jan 19, 2019 · 1 comment
Open

No "pause" on error #28

objarni opened this issue Jan 19, 2019 · 1 comment

Comments

@objarni
Copy link

objarni commented Jan 19, 2019

I love tj/watch! It adresses the annoyance I've had with non-coloured "make test" output in ordinary watch perfectly!

However, when the tests fail, they're being re-run every 1 second, so reading the error output is kind of annoying. Setting the timeout to 10 seconds isn't great because I want the response time on green/continuous TDDing quicker than that.

The -x option solves this somewhat, by breaking and giving me time to read the error properly, but then I'll have to switch context and re-run the command line. Annoying...

I'm not sure I have a suggested "cover all" solution, but some way of reading the output in a slower non-flickering (but colored! no piping... I could do that but that defeats the purpose of the colors I was looking for!) manner would be super.

@objarni
Copy link
Author

objarni commented Jan 19, 2019

Update: the source was easy enough to grasp, so I just went ahead and hacked in a --slow option. Works for me, but pull if you like!

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

1 participant