Skip to content

Commit b6c7aed

Browse files
committed
Adding a recognizable tag for the diffs, for use by the buildbot
- Legacy-Id: 291
1 parent 341811e commit b6c7aed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def doUrlsTest(self, lst):
138138
testtext = reduce(response.content)
139139
goodtext = reduce(goodhtml)
140140
if not testtext == goodtext:
141+
print "Diff: %s" % (url)
141142
for line in unified_diff(goodtext, testtext, url, master, lineterm=False):
142143
print line
143144
except urllib.URLError, e:

0 commit comments

Comments
 (0)