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