-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not write unprintable characters in XML reports
Convert some unprintable characters to a *plain-text* representation in XML reports. This is a little hack but does the trick for now. The NetBSD test suite has started spitting out a character with value 27, and that confuses xsltproc when processing an XML-based report created by atf-report. Even converting the character to  doesn't seem to work.
- Loading branch information
Showing
2 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters