~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Implement ParamikoVendor.connect_ssh

Show diffs side-by-side

added added

removed removed

Lines of Context:
946
946
        return process
947
947
 
948
948
    def get_bzr_path(self):
949
 
        """Return the path of the 'bzr' executable."""
 
949
        """Return the path of the 'bzr' executable for this test suite."""
950
950
        bzr_path = os.path.dirname(os.path.dirname(bzrlib.__file__))+'/bzr'
951
951
        if not os.path.isfile(bzr_path):
952
952
            # We are probably installed. Assume sys.argv is the right file