Skip to content

Commit 0374ea9

Browse files
committed
Consistensy fix for test result lines
- Legacy-Id: 331
1 parent aba06af commit 0374ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def doUrlsTest(self, lst):
198198
else:
199199
okdiff = ""
200200
if diff.strip() == okdiff.strip():
201-
print "OK diff %s" % (url)
201+
print "OK cmp %s" % (url)
202202
else:
203203
print "Diff: %s" % (url)
204204
print diff

0 commit comments

Comments
 (0)