Skip to content

Commit

Permalink
Use correct path name
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Aug 28, 2014
1 parent b689a20 commit d4b6325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ -n "${CPPCHECK}" ]; then
exit 1
fi

cppcheck --enable=all --max-configs=1 --xml --xml-version=2 code 2> ${CPPCHECK}
cppcheck --enable=all --max-configs=1 --xml --xml-version=2 src 2> ${CPPCHECK}
fi

ln -sf ${CPPCHECK} cppcheck.xml
Expand Down

0 comments on commit d4b6325

Please sign in to comment.