Interrupting tox with ^C^C leaves the test process running #1172
Labels
area:commands-execution
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
level:hard
rought estimate that this might be quite hard to implement
pr-available
I ran
tox
, saw some errors, hit ^C to stop the test run. That didn't work so I hit ^C a couple of times more.\Now I'm looking at
and while
tox
itself exited, the zope-testrunner process spawned by tox keeps running, spewing output to my terminal.I'm on Ubuntu 18.10 with tox 3.7.0.
It would be nice if tox killed all the child processes (with SIGKILL) if the user presses ^C enough times, instead of leaving them running.
(Perhaps Unix process groups or terminal sessions could help? My Unix-fu is too weak to suggest a concrete solution.)
The text was updated successfully, but these errors were encountered: