zunit-zsh / zunit

A powerful testing framework for ZSH projects
https://zunit.xyz
MIT License
208 stars 23 forks source link

Fix an issue where `revolver stop` was not called when `$output_html` is empty #116

Open hexium310 opened 4 years ago

hexium310 commented 4 years ago

revolver stop in _zunit_run was not called because _zunit_output_results returns 1 when $output_html is empty.