b6fae64
Index: CherryPy-2.3.0/cherrypy/test/test.py
b6fae64
===================================================================
b6fae64
--- CherryPy-2.3.0.orig/cherrypy/test/test.py
b6fae64
+++ CherryPy-2.3.0/cherrypy/test/test.py
b6fae64
@@ -328,7 +328,6 @@ def run():
b6fae64
     success = clp.run()
b6fae64
     if clp.interactive:
b6fae64
         print
b6fae64
-        raw_input('hit enter')
b6fae64
     sys.exit(success)
51ab428
 
51ab428