selftest should continue after skip even if --one
John A Meinel
john at arbash-meinel.com
Thu Jan 26 17:45:00 GMT 2006
Robert brought up this bug a while ago, I decided to fix it, and the fix
is in my 'jam-pending' branch revno:1511
Basically, the problem was that EarlyStoppingAdapter was being wrapped
around _MyResult, which was causing _result.stop() to be called, before
_MyResult could realize that it was a SKIP.
I realized that since we use _MyResult anyway, we don't really need the
EarlyStopping adapter. I don't know if we would want it for other front
ends, but I don't know that other front ends would support the stop
early request anyway.
So attached is the patch which fixes it.
Aaron, can you review my jam-pending branch? I put the paramiko fix in
there as well.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: selftest-continues-after-skip.patch
Type: text/x-patch
Size: 1891 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060126/921a3894/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060126/921a3894/attachment.pgp
More information about the bazaar
mailing list