X-Git-Url: https://git.mdrn.pl/django-pagination.git/blobdiff_plain/a38df1fd6437d1229c63d386497695be332b0eb0..1c608e69ecf61484ea1210fe0d6dc8d116c583d3:/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.