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.
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