~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-06-27 06:30:10 UTC
  • Revision ID: mbp@sourcefrog.net-20050627063010-fe0ac45951f9e353
- run the right bzr for testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
    import time
220
220
    import sys
221
221
 
 
222
    TestBase.BZRPATH = os.path.join(os.path.realpath(os.path.dirname(bzrlib.__path__[0])), 'bzr')
 
223
    print '%-30s %s' % ('bzr binary', TestBase.BZRPATH)
 
224
 
222
225
    _setup_test_log()
223
226
    _setup_test_dir()
224
227
    print