Skip to content

Commit c2ae976

Browse files
committed
remove XML 1 test from htmlreports check.sh
1 parent 45e600f commit c2ae976

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

htmlreport/check.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ xmllint --noout gui_test.xml
1717
echo -e "\n"
1818

1919

20-
../cppcheck --errorlist > errorlist.xml
21-
xmllint --noout errorlist.xml
22-
./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .
23-
echo ""
24-
2520
../cppcheck --errorlist --inconclusive --xml-version=2 > errorlist.xml
2621
xmllint --noout errorlist.xml
2722
./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .

0 commit comments

Comments
 (0)