55
56
raise TestSkipped('You must have distutils installed to run this test.'
56
57
' Usually this can be found by installing "python-dev"')
57
58
self.log('test_build running in %s' % os.getcwd())
59
60
# setup.py must be run from the root source directory, but the tests
60
61
# are not necessarily invoked from there
61
62
self.source_dir = os.path.dirname(os.path.dirname(bzrlib.__file__))