-
Notifications
You must be signed in to change notification settings - Fork 24
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
implement pulse #36
implement pulse #36
Conversation
Thanks for submitting this. I'd like to think about this one.. Background:We use this
But, we recently switched to drone >1.0 and noticed that So, the idea I was thinking is.. a mechanism that prints go test output (only when summary is at the bottom, default) as it's running instead of holding on to it.. and once EOF the tests, pkg summary, etc. will be printed. this will solve the original problem a few users reported, where they weren't sure so they could run something like thoughts? EDIT: on the flip side, maybe users don't want Maybe these two features could co-exist |
The main reason for this basic pulse is that Travis kills the tests if there is no output for 10min. I do agree some diagnostic output would be nice as well, but that's a much larger change. |
-pulse 5s
prints "." every 5 secondsFixes #10