From 3ad562d29cd5d023f1f00c6135214874d1c2b934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Fri, 2 Jun 2017 15:02:03 +0000 Subject: [PATCH] Silence some not really useful test logs --- debian/tests/xmllint-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/tests/xmllint-functions b/debian/tests/xmllint-functions index 9fb98d9..c92301b 100755 --- a/debian/tests/xmllint-functions +++ b/debian/tests/xmllint-functions @@ -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}