X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/143915685cba95f9968f0bb8e67ab499995e141f..340445da5b59b97926d2d95496f63fb34bed7de2:/tests/runtests.py diff --git a/tests/runtests.py b/tests/runtests.py index c0fba8f..9851feb 100644 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -9,7 +9,7 @@ os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' from django.test.simple import run_tests if __name__ == "__main__": - failures = run_tests(['linaro_django_pagination',], verbosity=9) + failures = run_tests(['linaro_django_pagination', ], verbosity=1) if failures: sys.exit(failures) # Reset the DJANGO_SETTINGS_MODULE to what it was before running tests.