summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-10-03 13:13:09 +0100
committerDaniel James <daniel@calamity.org.uk>2017-10-20 19:27:49 +0100
commitad0e2990fe27bde7d9d017b4a079788ac9b89675 (patch)
treedfe82e25c8e3a041710cba094ee4c503e671e58e /status
parent1216d222836c7f60095092ddf6b0f1899ff2da19 (diff)
downloadboost-ad0e2990fe27bde7d9d017b4a079788ac9b89675.tar.gz
Remove --valid flag from xmllint
The existing call to xmllint returns an error status, the error message is obscured by the output, but it writes to stderr: explicit-failures-markup.xml:3: validity error : Validation failed: no DTD found ! xsi:noNamespaceSchemaLocation="explicit-failures.xsd"> According to the xmllint man page the `--valid` flag is used for validating using a DTD, and we don't have a DTD. The `--schema` flag is sufficient for validation, so I think the solution is just to remove the `--valid` flag.
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 7cacba99c6..24b9a9895f 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -7,7 +7,7 @@
Locally, the xmlint tool can be used:
- xmllint <two-dashes>valid explicit-failures-markup.xml <two-dashes>schema explicit-failures.xsd
+ xmllint explicit-failures-markup.xml <two-dashes>schema explicit-failures.xsd
The following online services can be used to validate your changes to this
file: