We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8b0d2 commit 1bc2f7dCopy full SHA for 1bc2f7d
1 file changed
ietf/utils/test_runner.py
@@ -78,7 +78,7 @@ def run_tests_1(test_labels, *args, **kwargs):
78
settings.TEMPLATE_LOADERS = ('ietf.utils.test_runner.template_coverage_loader',) + settings.TEMPLATE_LOADERS
79
test_labels = [x.split(".")[-1] for x in settings.INSTALLED_APPS if x.startswith("ietf")] + ['redirects.TemplateCoverageTestCase',]
80
if settings.SITE_ID != 1:
81
- print " Changing SITE_ID to '1' during testing, to avoid failures due to a missing site entry in the test DB."
+ print " Changing SITE_ID to '1' during testing."
82
settings.SITE_ID = 1
83
assert(not settings.IDTRACKER_BASE_URL.endswith('/'))
84
kwargs["verbosity"] = 0
0 commit comments