~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/test/process_tester.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-22 22:52:47 UTC
  • Revision ID: james.westby@ubuntu.com-20060222225247-0mjb8ij9473m5zse
Tags: 2.2.0-1ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
import sys, os
4
4
 
5
 
test_file = "process_test.log"
 
5
test_file_match = "process_test.log.*"
 
6
test_file = "process_test.log.%d" % os.getpid()
6
7
 
7
8
def main():
8
9
    f = open(test_file, 'wb')