>> Fair enough. I still don't see why the group level code isn't catching
>> this. Are you saying that's because it's not a TestError? Or is something
>> else broken?
>
> Well, the flip side of the Test* exceptions (according to our how to write a
> test docs) is that when someone raises them during a test they expect it to
> terminate the test; catching them in run_group would violate that
> expectation. We document raising TestError as the correct way to say "we're
> done here, log the test as an ERROR and move on".

Mmm, my impression was that it wasn't a TestError currently though, so
should get caught in run_group?
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to