mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 08:33:00 +00:00
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. |
||
---|---|---|
.. | ||
boost-no-inspect | ||
boost_check_library.py | ||
expected_results.xml | ||
explicit-failures-markup.xml | ||
explicit-failures.xsd | ||
Jamfile.v2 |