Comment 5 for bug 680138

Revision history for this message
Scott Moser (smoser) wrote :

So, it looks like it is fixed, but I don't think that its a good idea to change the cwd in the testdrive.py . Changing of current working directory is an unexpected side effect of calling 'get_proto' that might break other things.

I would suggest only changing the working directory in the command string that is returned as in this patch.