mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
[1.8.x] Fixed typo in runtests.py vendor check.
This commit is contained in:
parent
2009525c8b
commit
f082813d67
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ def django_tests(verbosity, interactive, failfast, keepdb, reverse, test_labels,
|
|||
state = setup(verbosity, test_labels)
|
||||
extra_tests = []
|
||||
|
||||
if test_labels and 'postgres_tests' in test_labels and connection.vendor != 'postgres':
|
||||
if test_labels and 'postgres_tests' in test_labels and connection.vendor != 'postgresql':
|
||||
if verbosity >= 2:
|
||||
print("Removed postgres_tests from tests as we're not running with PostgreSQL.")
|
||||
test_labels.remove('postgres_tests')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue