prepare for next

This commit is contained in:
2025-05-29 20:00:24 +08:00
parent 8fb0212778
commit b4bdc3e1db
2 changed files with 323 additions and 2 deletions

View File

@@ -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))
##################################################################