Code review comment for lp:~thomir-deactivatedaccount/bzr/add-global-config

Revision history for this message
Martin Pool (mbp) wrote :

On 2 August 2011 12:51, Thomi Richards <email address hidden> wrote:
> Hi Martin,
>
> Thanks for your feedback - I'll update the docstring and try and find some programmatic way to get the /etc/ path.
>
> I also need to work out if my unit tests pass under Windows. Is there a CI server that can run these tests for me?

There is Babune <http://babune.ladeuil.net:24842/> which will catch
any post-landing regressions, but I don't think it is yet able to test
arbitrary unlanded branches.

I have Wine, Python installed under that, and then just a script
'winepython' that does

exec wine ~/.wine/drive_c/Python26/python.exe "$@"

and then I can say 'winepython ./bzr selftest config' etc.

« Back to merge proposal