23 Jul
2008
23 Jul
'08
8:18 a.m.
On Wed, Jul 23, 2008 at 3:01 AM, Dan McGee <dpmcgee@gmail.com> wrote:
Here is a bisect script I have used with pacman in the past to do it automatically, I can't remember exactly which bug we were trying to track down but the ideas here are solid. You need to build, setup your test environment (if you are using pactest we really don't have to do much), run the test, and issue the correct exit code.
So what about directly issuing the correct exit code in the pactest python script? Sounds like it would be a nice and helpful behavior, and it should be rather easy to do.