eiffel-community / etos

Eiffel Test Orchestration System
https://etos.readthedocs.io
Apache License 2.0
9 stars 6 forks source link

Correct exit signal on ActC #117

Closed fredjn closed 2 years ago

fredjn commented 2 years ago

Description

If a test activity is canceled the exit signal from Etos Client should be >0, as the execution of tests was interrupted and not completed successfully. Currently this is not the case, if the etos activity caused by the Etos client is canceled for some reason the exit signal is 0.

Motivation

A canceled activity is not a successfull activity. Not having the exit signal reflect this is very confusing for a user.

Benefits

Sane non-confusing execution flow.

Possible Drawbacks

None