mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
Merge topic 'improve-HTML-test'
5d3cfdcNo CMake.HTML test if xmllint has no --nonet.bb1df1eMake HTML test fail when --nonet arg is not available.
This commit is contained in:
@@ -152,10 +152,6 @@ if(BUILD_TESTING)
|
||||
${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout --nonet --path .
|
||||
${HTML_FILES}
|
||||
)
|
||||
else()
|
||||
add_test(CMake.HTML
|
||||
${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout ${HTML_FILES}
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user