[Zodb-checkins] CVS: ZODB3/ZEO/tests - forker.py:1.18

Guido van Rossum guido@python.org
Fri, 13 Sep 2002 01:18:19 -0400


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv13684

Modified Files:
	forker.py 
Log Message:
>From visual inspection, it looks like the run_server() signature has
changed and the hotshot invocation wasn't changed along.  Untested.


=== ZODB3/ZEO/tests/forker.py 1.17 => 1.18 ===
--- ZODB3/ZEO/tests/forker.py:1.17	Thu Aug 29 12:32:51 2002
+++ ZODB3/ZEO/tests/forker.py	Fri Sep 13 01:18:18 2002
@@ -113,7 +113,7 @@
             try:
                 if PROFILE:
                     p = hotshot.Profile("stats.s.%d" % os.getpid())
-                    p.runctx("run_server(storage, addr, rd, wr)",
+                    p.runctx("run_server(addr, rd, wr, storage_name, args)",
                              globals(), locals())
                     p.close()
                 else: