Quoting Fabian Bieler (2018-01-20 05:38:45)
> If a subtest crashed it and all following subtests have the result notrun.
> Only the test as a whole has the result crash.
> This commit propagates the crash to the correct subtest.
>
> Note that if the crash happened after the last subtest it is sile
If a subtest crashed it and all following subtests have the result notrun.
Only the test as a whole has the result crash.
This commit propagates the crash to the correct subtest.
Note that if the crash happened after the last subtest it is silently ignored.
---
I like this approach. Personally, I