~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_debug.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-15 02:39:51 UTC
  • mfrom: (2665.4.4 run_external_fix)
  • Revision ID: pqm@pqm.ubuntu.com-20070815023951-yj66qy38vxjbdwrl
Harmonize run_bzr_subprocess with run_bzr calling conventions

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
import os
20
20
import signal
21
 
import subprocess
22
21
import sys
23
22
import time
24
23