remove XML 1 test from htmlreports check.sh

This commit is contained in:
Matthias Krüger 2016-08-07 15:42:24 +02:00
parent 45e600f71c
commit c2ae976412
1 changed files with 0 additions and 5 deletions

View File

@ -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 .