joaoopereira / dotnet-test-rerun

automatic rerun dotnet failed tests
https://www.nuget.org/packages/dotnet-test-rerun
GNU General Public License v3.0
27 stars 7 forks source link

Exit code "1" after sucessfull rerun #165

Closed IgorMikhalev closed 1 month ago

IgorMikhalev commented 1 month ago

Currently, the exit code is "1", even if the initially failed tests were run successfully during the rerun:

image

It would make sense to exit with the code "0" if, in the end, all the tests ran successfully.

UPD: After cloning and examining the repository, I noticed that the exit code is covered by tests and should be "0" in the scenario I described above. I will try to gather additional information and update the issue accordingly.

ricardofslp commented 1 month ago

Hi @IgorMikhalev ,

Please do. I will try to see also what it can be

ricardofslp commented 1 month ago

Hi @IgorMikhalev,

Please use version v2.0.2