summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 2f9cefc8c5..cd84deb40e 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -89,7 +89,8 @@ def get_installed():
def setup(verbosity, test_labels):
- print("Testing against Django installed in '%s'" % os.path.dirname(django.__file__))
+ if verbosity >= 1:
+ print("Testing against Django installed in '%s'" % os.path.dirname(django.__file__))
# Force declaring available_apps in TransactionTestCase for faster tests.
def no_available_apps(self):