~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-06-06 04:47:33 UTC
  • Revision ID: mbp@sourcefrog.net-20050606044733-e902b05ac1747cd2
- fix invocation of testbzr when giving explicit bzr location

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
    global BZRPATH
159
159
 
160
160
    if args:
161
 
        BZRPATH = args[1]
 
161
        BZRPATH = args[0]
162
162
    else:
163
163
        BZRPATH = os.path.join(os.path.split(mypath)[0], 'bzr')
164
164