Skip to content

Commit

Permalink
pprint
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Mar 6, 2025
1 parent 05359ac commit b634454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/feature/full-run-logs/src/FullRunLogsTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ object FullRunLogsTests extends UtestIntegrationTestSuite {
.replace("<dashes>", "\\E=+\\Q")

val normErr = res.err.replace('\\', '/').replaceAll("(\r\n)|\r", "\n")
pprint.log(expectedErrorRegex)
pprint.log(normErr)
assert(expectedErrorRegex.r.matches(normErr))
}
test("show") - integrationTest { tester =>
Expand Down

0 comments on commit b634454

Please sign in to comment.