~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-06-21 08:35:05 UTC
  • Revision ID: mbp@sourcefrog.net-20050621083505-79259fb5ed842e4f
- move more code to run external commands from testbzr to selftest

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    sys.exit(1)
63
63
 
64
64
 
65
 
class CommandFailed(Exception):
66
 
    pass
67
65
 
68
66
 
69
67
def formcmd(cmd):