tcunit / TcUnit-Runner

Program that makes it possible to automate runs of TcUnit unit tests
Other
34 stars 17 forks source link

Exit process with an exit code depending on test-results #26

Closed densogiaichned closed 3 years ago

densogiaichned commented 3 years ago

Currently , the TcUnit-Runner process is exiting with exitcode 0 - RETURN_SUCCESSFULL, unless a error occurred.
The process should return an exiting code, depending on the test-results, i.e.

This would mimic the same behaviour as other test-suites offer, i.e. VsTest, i.e. in GitHub Actions.

sagatowski commented 3 years ago

Solved in commit bae4e18. Thanks for your contribution @densogiaichned!