Simplify multiline matching in functional tests
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Apr 2016 02:06:12 +0000 (02:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Apr 2016 04:59:34 +0000 (04:59 +0000)
commit78cc0c7ed13415ba264d89bdccb3c55c4e08f536
treeee52083e3aff274bec92c604bd5dcacb9562fdc4
parentadc38982a3d0a1720febe55f1ee9a713f02c6fc2
Simplify multiline matching in functional tests

To ease matching across more complex outputs in functional test
conversations, use compiled expressions with the DOTALL flag so that
the "." wildcard will also match newline characters in the stream.
bin/test