fix inconsistent misra mutation tests (#1935)

* revert

* fix
This commit is contained in:
Justin Newberry
2024-04-22 10:28:53 -07:00
committed by GitHub
parent 4d60ae9c62
commit 698d17e021
5 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ NC='\033[0m'
: "${CPPCHECK_DIR:=$DIR/cppcheck/}"
# install cppcheck if missing
if [ -z "${SKIP_BUILD}" ]; then
if [ -z "${SKIP_CPPCHECK_INSTALL}" ]; then
$DIR/install.sh
fi