Replies: 3 comments 1 reply
This is by design, and I don't see how we can change this. We can add a flag that would enable users to opt-in for a command post to always run. |
1 reply
|
Ran into this as well—it would be useful to have a Or maybe something like first Ctrl-C interrupts |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If a SIGINT (Ctrl-C) happens during test run,
commands_postis not run, so basically we have no chance of doing any cleaning.IMHO, I think that
commands_postshould run instead of just existing quickly.All reactions