Skip to content

testsuite: Don't crash on encoding failure in print

Ben Gamari requested to merge wip/testsuite-dump-encoding into master

If the user doesn't use a Unicode locale then the testsuite driver would previously throw framework failures due to encoding failures. We now rather use the replace error-handling strategy.

Merge request reports