Mercurial > p > roundup > code
diff test/db_test_base.py @ 3249:749717f01830 maint-0.8
disable file logging [SF#1155649]
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 29 Mar 2005 16:39:55 +0000 |
| parents | e1da7b5b04ab |
| children | c75dd71a7963 |
line wrap: on
line diff
--- a/test/db_test_base.py Tue Mar 29 16:28:23 2005 +0000 +++ b/test/db_test_base.py Tue Mar 29 16:39:55 2005 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: db_test_base.py,v 1.55.2.4 2005-02-14 02:55:31 richard Exp $ +# $Id: db_test_base.py,v 1.55.2.5 2005-03-29 16:39:14 a1s Exp $ import unittest, os, shutil, errno, imp, sys, time, pprint @@ -38,8 +38,8 @@ # uncomment the following to have excessive debug output from test cases # FIXME: tracker logging level should be increased by -v arguments # to 'run_tests.py' script -config.LOGGING_FILENAME = "/tmp/logfile" -config.LOGGING_LEVEL = "DEBUG" +#config.LOGGING_FILENAME = "/tmp/logfile" +#config.LOGGING_LEVEL = "DEBUG" config.init_logging() def setupTracker(dirname, backend="anydbm"):
