Closed kay0u closed 3 years ago
When I try to stop the tests, I mash ctrl + c until package_check ends (otherwise it will start the following test). But the cleanup function stop running because of that. I think we can disable ctrl+c signal (SIGINT) during the cleanup function
ctrl + c
When I try to stop the tests, I mash
ctrl + c
until package_check ends (otherwise it will start the following test). But the cleanup function stop running because of that. I think we can disable ctrl+c signal (SIGINT) during the cleanup function