remove XML 1 test from htmlreports check.sh
This commit is contained in:
parent
45e600f71c
commit
c2ae976412
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue