mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[boulder-oracle-sprint] need to include verbosity in arguments for _create_test_db
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@3997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e93ca9f6bd
commit
6c0c0bd331
@ -80,7 +80,7 @@ def destroy_test_db(settings, connection, backend, old_database_name, verbosity=
|
||||
_destroy_test_db(cursor, backend.quote_name(TEST_DATABASE_NAME), verbosity)
|
||||
connection.close()
|
||||
|
||||
def _create_test_db(cursor, dbname):
|
||||
def _create_test_db(cursor, dbname, verbosity):
|
||||
statements = [
|
||||
"""create tablespace %(user)s
|
||||
datafile '%(user)s.dat' size 10M autoextend on next 10M maxsize 20M
|
||||
|
Loading…
x
Reference in New Issue
Block a user