zunit-zsh/zunit

Add a proper shutdown handler when `--fail-fast` triggers an exit

molovo opened this issue · 0 comments

At the moment if --fail-fast is enabled the script exits immediately. We should call a proper shutdown handler here which can kill the revolver process rather than this being repeated throughout the program, and print the remaining HTML output (as the report stops being written when the exit is triggered).