-
Notifications
You must be signed in to change notification settings - Fork 211
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
added top level watch function #45
Conversation
Test is flaky on the bots right now, I will work on fixing that. |
Stack Trace: | ||
${result.stackTrace}'''); | ||
} | ||
print(result); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider stdout
for success & stderr
for failures
|
||
// Handle the first SIGINT, and shut down gracefully. Second one causes a | ||
// full shutdown. | ||
terminateEventStream ??= ProcessSignal.SIGINT.watch(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move terminateEventStream
logic to a helper
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call
Ok updated, still working on fixing the test though |
LGTM when LGT Travis |
First part of #6. For now this just does full rebuilds, not incremental ones.