From c2ae9764124cfb745b509ede0fa980a3b7dac714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 7 Aug 2016 15:42:24 +0200 Subject: [PATCH] remove XML 1 test from htmlreports check.sh --- htmlreport/check.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htmlreport/check.sh b/htmlreport/check.sh index e9bf6e314..bff1e2ac8 100755 --- a/htmlreport/check.sh +++ b/htmlreport/check.sh @@ -17,11 +17,6 @@ xmllint --noout gui_test.xml echo -e "\n" -../cppcheck --errorlist > errorlist.xml -xmllint --noout errorlist.xml -./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir . -echo "" - ../cppcheck --errorlist --inconclusive --xml-version=2 > errorlist.xml xmllint --noout errorlist.xml ./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .