Index: build/build.sh =================================================================== diff -u -r1d46f767470315aa2d08415500dacf35ff25d848 -rbef2defac9d49f017425a7d0b7ee4277b9303102 --- build/build.sh (.../build.sh) (revision 1d46f767470315aa2d08415500dacf35ff25d848) +++ build/build.sh (.../build.sh) (revision bef2defac9d49f017425a7d0b7ee4277b9303102) @@ -192,7 +192,7 @@ git clone ssh://git@dvm-linux02:7999/bl/setupscript.git ./setupscript/projectsetup.sh "ui" cd application -echo " ------------------------------ run the cppcheck" +#echo " ------------------------------ run the cppcheck" #TODO remove cppCheckStatus=$(runCppcheck $(pwd) $REMOTE_DIR $STATUS_REPORT) if [[ $cppCheckStatus -eq 1 ]] then @@ -202,8 +202,6 @@ #./cppcheck.sh ../$out_path/ #TODO remove cd .. -echo "Cppcheck, Failed" >> $STATUS_REPORT - # Open up the status report and parse for the word Faild. This is # for the unit test and integration tests that are executed at another # script. The results will be used to mark the build folder as passed or failed