~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test.py

  • Committer: Paul Hummer
  • Date: 2008-12-09 00:17:15 UTC
  • mto: This revision was merged to the branch mainline in revision 7442.
  • Revision ID: paul.hummer@canonical.com-20081209001715-9eld6vdj3m7ldkol
Fixed pagetests

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""
19
19
import sys, os, time, logging, warnings, re
20
20
 
21
 
 
22
21
if os.getsid(0) == os.getsid(os.getppid()):
23
22
    # We need to become the process group leader so test_on_merge.py
24
23
    # can reap its children.