summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2017-06-02 15:02:03 +0000
committerAurélien COUDERC <zecoucou@free.fr>2017-06-02 15:02:03 +0000
commit3ad562d29cd5d023f1f00c6135214874d1c2b934 (patch)
treed323446a92c1707bd7f096bd5ca76ca0564005d7 /debian
parent70efd718b11f46945cd77a919497b1713a54843b (diff)
Silence some not really useful test logs
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/tests/xmllint-functions1
1 files changed, 0 insertions, 1 deletions
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}