fix(pyOpenPASS): Continue after failing invocation
Testing was aborted after the first failing run if several invocations
were requested. In addition, all subsequent tests were marked as
successful, meaning that if the first out of 10 tests failed, a wrong
success rate of 90% was reported.
With this fix all invocations are executed independently, even if a
single one fails.
Signed-off-by:
Rene Paris <rene.paris@in-tech.com>
Please register or sign in to comment