Skip to content
Snippets Groups Projects
Commit d7493d66 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

#8763 Refix hudson script

parent af36e0c7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,9 @@ DOXYGEN=0
function run_code_analysis {
# Check if cppcheck is installed on the system
if [ `which cppcheck &>/dev/null ; echo $?` -ne 1 ] ; then
cppcheck -I src/ . --enable=all --xml 2> cppcheck-report.xml
pushd src
cppcheck . --enable=all --xml 2> cppcheck-report.xml
popd
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment