Index: build/build.sh =================================================================== diff -u -re01e363eb3981a1e9c3c58f75f9cf933aa1944c7 -r1d46f767470315aa2d08415500dacf35ff25d848 --- build/build.sh (.../build.sh) (revision e01e363eb3981a1e9c3c58f75f9cf933aa1944c7) +++ build/build.sh (.../build.sh) (revision 1d46f767470315aa2d08415500dacf35ff25d848) @@ -202,6 +202,8 @@ #./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 @@ -213,8 +215,6 @@ hasTestPassed=false fi -echo "Cppcheck, Failed" >> $STATUS_REPORT - if [[ $hasTestPassed == true ]] then echo " ------------------------------ set the build type (debug/release)"