Skip to content

Commit 4efcf68

Browse files
committed
Humm. Things work better if one does the edits on the branch one commits from. New attempt at a new tests.py
- Legacy-Id: 768
1 parent f2f5299 commit 4efcf68

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/tests.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,12 @@ def doUrlsTest(self, lst):
291291
note("Exception for URL '%s'" % url)
292292
traceback.print_exc()
293293
if master and not "skipdiff" in codes:
294+
hostprefix = settings.TEST_REFERENCE_URL_PREFIX
295+
if hostprefix.endswith("/"):
296+
hostprefix = prefix[:-1]
297+
if master.startswith("/"):
298+
master = master[1:]
299+
master = "%s/%s" % (hostprefix, master)
294300
goodhtml = None
295301
try:
296302
#print "Fetching", master, "...",

0 commit comments

Comments
 (0)