geberit / Revit.TestRunner

Unit Test Runner for Autodesk Revit
MIT License
83 stars 30 forks source link

Return success/error code from console runner #23

Closed Jo-Meer closed 2 years ago

Jo-Meer commented 2 years ago

In order to run the testrunner in a automated build/test pipeline we need some feedback if the tests passed.

The console runner now sets the exit code to -1 if some tests fail

tobiasfloescher-geberit commented 2 years ago

Thank you for your contribution. I have extended the RequestCommand too.