~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_setup.py

  • Committer: Martin Packman
  • Date: 2012-03-29 11:24:16 UTC
  • mto: (6437.54.1 2.5)
  • mto: This revision was merged to the branch mainline in revision 6525.
  • Revision ID: martin.packman@canonical.com-20120329112416-x6e61r58a9odfuz1
Wording tweak suggested bu vila in review

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
            self.skip(
56
56
                'You must have distutils installed to run this test.'
57
57
                ' Usually this can be found by installing "python-dev"')
58
 
        self.log('test_build running in %s' % self.source_dir)
 
58
        self.log('test_build running from %s' % self.source_dir)
59
59
        build_dir = os.path.join(self.test_dir, "build")
60
60
        install_dir = os.path.join(self.test_dir, "install")
61
61
        self.run_setup([