Mercurial > p > roundup > code
diff test/db_test_base.py @ 3156:e1da7b5b04ab maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Feb 2005 02:55:31 +0000 |
| parents | 0a652c47bc9e |
| children | 749717f01830 |
line wrap: on
line diff
--- a/test/db_test_base.py Mon Feb 14 01:26:14 2005 +0000 +++ b/test/db_test_base.py Mon Feb 14 02:55:31 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.3 2005-02-13 22:40:53 richard Exp $ +# $Id: db_test_base.py,v 1.55.2.4 2005-02-14 02:55:31 richard Exp $ import unittest, os, shutil, errno, imp, sys, time, pprint @@ -38,8 +38,9 @@ # 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_LEVEL = "DEBUG" -#config.init_logging() +config.LOGGING_FILENAME = "/tmp/logfile" +config.LOGGING_LEVEL = "DEBUG" +config.init_logging() def setupTracker(dirname, backend="anydbm"): """Install and initialize new tracker in dirname; return tracker instance.
