Silence some not really useful test logs

This commit is contained in:
Aurélien COUDERC
2017-06-02 15:02:03 +00:00
parent 70efd718b1
commit 3ad562d29c
-1
View File
@@ -26,7 +26,6 @@ lint_xmls() {
echo "${nb_files} files will be checked"
while IFS= read -d $'\n' -r xml_file ; do
echo "xmllinting file '${xml_file}'"
xmllint --noout ${xml_file}
local xmllint_result=$?
echo "${xml_file},${xmllint_result}" >> ${xml_lint_summary}