boost/status
Daniel James 02804b043f 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.
2017-10-03 13:13:09 +01:00
..
boost-no-inspect tag file telling boost inspect to ignore directory 2011-01-05 13:53:08 +00:00
boost_check_library.py Add support for parent lib meta data to include sublib meta data. 2016-07-07 11:00:05 -05:00
expected_results.xml Move /libs/expected_results.xml to the /status/ directory 2007-08-12 06:10:45 +00:00
explicit-failures-markup.xml Remove --valid flag from xmllint 2017-10-03 13:13:09 +01:00
explicit-failures.xsd Merge schema change that requires note in all markups 2007-01-26 07:53:30 +00:00
Jamfile.v2 Add quick, minimal targets to status/Jamfile 2017-09-04 16:31:12 +03:00