You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use the CLI to run Terminology Service Tests and they fail, the exit code of the CLI is still zero. Using this setup in CI will not fail my tests automatically. So I have to parse the output. It would be good if the CLI could exit with a non zero code.
In case my terminology service passes filtered test's like with -filter simple-expand, the validator exists with code 1. So the behaviour is exactly the opposite as expected.
If I use the CLI to run Terminology Service Tests and they fail, the exit code of the CLI is still zero. Using this setup in CI will not fail my tests automatically. So I have to parse the output. It would be good if the CLI could exit with a non zero code.
Example command line:
The text was updated successfully, but these errors were encountered: