diff run_tests.py @ 2075:b1704ba7be41

make mysql / postgresql work again. beginnings of otk/session store in rdbmses
author Richard Jones <richard@users.sourceforge.net>
date Fri, 12 Mar 2004 04:09:00 +0000
parents 2996e168d359
children 3c38d9be63a6
line wrap: on
line diff
--- a/run_tests.py	Fri Mar 05 00:08:09 2004 +0000
+++ b/run_tests.py	Fri Mar 12 04:09:00 2004 +0000
@@ -358,7 +358,6 @@
         # Hack sys.path
         self.cwd = os.getcwd()
         sys.path.insert(0, os.path.join(self.cwd, self.libdir))
-        print sys.path
         # Hack again for external products.
         global functional
         kind = functional and "functional" or "unit"
@@ -578,7 +577,7 @@
 
 def runner(files, test_filter, debug):
     runner = ImmediateTestRunner(verbosity=VERBOSE, debug=debug,
-                                 progress=progress)
+        progress=progress)
     suite = unittest.TestSuite()
     for file in files:
         s = get_suite(file)

Roundup Issue Tracker: http://roundup-tracker.org/