diff options
author | Robert Brewer <fumanchu@aminus.org> | 2008-03-07 19:06:52 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2008-03-07 19:06:52 +0000 |
commit | d67c51908c073e7463cf4c0dbff9ae3f61664207 (patch) | |
tree | 5cb7a9e8631f031b12bea9cab9183acf82592f66 /cherrypy/test/test.py | |
parent | e15b10f9c6cca8cb24b633ef26f934f40eadcc65 (diff) | |
download | cherrypy-git-d67c51908c073e7463cf4c0dbff9ae3f61664207.tar.gz |
Print PID in test suite.
Diffstat (limited to 'cherrypy/test/test.py')
-rw-r--r-- | cherrypy/test/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cherrypy/test/test.py b/cherrypy/test/test.py index 52876d56..d52217c4 100644 --- a/cherrypy/test/test.py +++ b/cherrypy/test/test.py @@ -46,6 +46,7 @@ class TestHarness(object): else: ssl = "" print "HTTP server version", self.protocol, ssl + print "PID:", os.getpid() print if isinstance(conf, basestring): |