[Zope-CVS] CVS: ZODB - test.py:1.4
Fred L. Drake, Jr.
fred at zope.com
Fri Apr 9 11:11:27 EDT 2004
Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv25902
Modified Files:
test.py
Log Message:
we need to actually call configure_logging(), before the PathInit
constructor (potentially) changes the directory
=== ZODB/test.py 1.3 => 1.4 ===
--- ZODB/test.py:1.3 Fri Apr 9 10:32:53 2004
+++ ZODB/test.py Fri Apr 9 11:11:26 2004
@@ -603,6 +603,8 @@
if not keepStaleBytecode:
os.path.walk(os.curdir, remove_stale_bytecode, None)
+ configure_logging()
+
# Initialize the path and cwd
global pathinit
pathinit = PathInit(build, build_inplace, libdir)
More information about the Zope-CVS
mailing list