prepare for next
This commit is contained in:
@@ -208,8 +208,8 @@ def assert_lines_match(text, *regexps, **kw):
|
||||
msg.append("...")
|
||||
if bad:
|
||||
msg.append("unexpected lines in output")
|
||||
for r in regexps:
|
||||
msg.append(color("red", "MISSING") + " '%s'" % r)
|
||||
# for r in regexps:
|
||||
# msg.append(color("red", "MISSING") + " '%s'" % r)
|
||||
raise AssertionError("\n".join(msg))
|
||||
|
||||
##################################################################
|
||||
|
||||
Reference in New Issue
Block a user