diff rhodecode/lib/utils.py @ 567:80dc0a23edf7

fixed whoosh failure on new repository added few tests
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Oct 2010 01:42:08 +0200
parents 2642f128ad46
children 000b675e7c1d
line wrap: on
line diff
--- a/rhodecode/lib/utils.py	Sun Oct 10 00:13:03 2010 +0200
+++ b/rhodecode/lib/utils.py	Sun Oct 10 01:42:08 2010 +0200
@@ -467,8 +467,8 @@
     log.addHandler(ch)
     
     #PART ONE create db
-    log.debug('making test db in %s', repos_test_path)
     dbname = config['sqlalchemy.db1.url'].split('/')[-1]
+    log.debug('making test db %s', dbname)
     
     dbmanage = DbManage(log_sql=True, dbname=dbname, root=config['here'],
                         tests=True)