summaryrefslogtreecommitdiff
path: root/cherrypy/test/test.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2008-03-07 19:06:52 +0000
committerRobert Brewer <fumanchu@aminus.org>2008-03-07 19:06:52 +0000
commitd67c51908c073e7463cf4c0dbff9ae3f61664207 (patch)
tree5cb7a9e8631f031b12bea9cab9183acf82592f66 /cherrypy/test/test.py
parente15b10f9c6cca8cb24b633ef26f934f40eadcc65 (diff)
downloadcherrypy-git-d67c51908c073e7463cf4c0dbff9ae3f61664207.tar.gz
Print PID in test suite.
Diffstat (limited to 'cherrypy/test/test.py')
-rw-r--r--cherrypy/test/test.py1
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):