-
-
Notifications
You must be signed in to change notification settings - Fork 548
Open
Labels
area:commands-executionfeature:newsomething does not exist yet, but shouldsomething does not exist yet, but should
Description
When a SIGINT (Ctrl-C) happens during test run, commands_post is not run, leaving no chance for cleanup.
Current behavior is by design, but an opt-in flag to always run commands_post (even after SIGINT) would be useful. Multiple users have requested this.
Suggested approach: add a flag like commands_post_always = true or similar, where first Ctrl-C interrupts commands and second Ctrl-C interrupts commands_post.
Ref: #2377
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:commands-executionfeature:newsomething does not exist yet, but shouldsomething does not exist yet, but should