Try to avoid `guile-test' failures when it can't display the name of a test.
authorLudovic Courtès <ludo@gnu.org>
Thu, 4 Mar 2010 10:32:51 +0000 (11:32 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 4 Mar 2010 10:32:51 +0000 (11:32 +0100)
commitdec84a0a6e164d7c92982ea78c27e85df56ed477
tree6d14f4d55e0d85b531c80ee6496021202a58bcad
parent87bc7c81650fef2ee8bc83bceab6ea565a47f2b5
Try to avoid `guile-test' failures when it can't display the name of a test.

This can happen, e.g., when printing "UNRESOLVED: regexp.test: TEST-NAME",
where TEST-NAME contains characters that cannot be converted to the
encoding of the current output or error port.

* test-suite/guile-test (main): Set the conversion strategy for the
  output and error ports to `escape'.

* test-suite/tests/regexp.test (current-output-port): Likewise.
test-suite/guile-test
test-suite/tests/regexp.test