Skip to content

Commit

Permalink
[1.0.X] Fixed #10791 -- The GeoDjango test runner now respects the `-…
Browse files Browse the repository at this point in the history
…-noinput` command-line option, thanks to seanl for ticket & patch.

Backport of r10601 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed Apr 21, 2009
1 parent 7ff22ef commit ed5e3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/gis/tests/__init__.py
Expand Up @@ -193,7 +193,7 @@ def run_tests(test_labels, verbosity=1, interactive=True, extra_tests=[], suite=
suite.addTest(test)

# Creating the test spatial database.
create_spatial_db(test=True, verbosity=verbosity)
create_spatial_db(test=True, verbosity=verbosity, autoclobber=not interactive)

# Executing the tests (including the model tests), and destorying the
# test database after the tests have completed.
Expand Down

0 comments on commit ed5e3c3

Please sign in to comment.