Replies: 2 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. |
Beta Was this translation helpful? Give feedback.
1 reply
-
| Ran into this as well—it would be useful to have a Or maybe something like first Ctrl-C interrupts |
Beta Was this translation helpful? Give feedback.
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.Beta Was this translation helpful? Give feedback.
All reactions