1 parent 45e600f commit c2ae976Copy full SHA for c2ae976
1 file changed
htmlreport/check.sh
@@ -17,11 +17,6 @@ xmllint --noout gui_test.xml
17
echo -e "\n"
18
19
20
-../cppcheck --errorlist > errorlist.xml
21
-xmllint --noout errorlist.xml
22
-./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .
23
-echo ""
24
-
25
../cppcheck --errorlist --inconclusive --xml-version=2 > errorlist.xml
26
xmllint --noout errorlist.xml
27
./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .
0 commit comments