[Zodb-checkins] CVS: ZODB3/ZEO/tests - testStart.py:1.11
Guido van Rossum
guido@python.org
Fri, 13 Sep 2002 12:31:30 -0400
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv9720
Modified Files:
testStart.py
Log Message:
The log filename may also be set with EVENT_LOG_FILE. Set both.
=== ZODB3/ZEO/tests/testStart.py 1.10 => 1.11 ===
--- ZODB3/ZEO/tests/testStart.py:1.10 Thu Aug 29 12:32:51 2002
+++ ZODB3/ZEO/tests/testStart.py Fri Sep 13 12:31:30 2002
@@ -155,6 +155,7 @@
logfile1 = tempfile.mktemp(suffix="log")
logfile2 = tempfile.mktemp(suffix="log")
os.environ["STUPID_LOG_FILE"] = logfile1
+ os.environ["EVENT_LOG_FILE"] = logfile1
try:
outp = self.fork("-s", "-p", str(port))