Index: build/build.sh =================================================================== diff -u -r613144c7d383418cf0f04bbe07d70572f883bc7b -r8ed35af44a926223430cb43872ba5354de903680 --- build/build.sh (.../build.sh) (revision 613144c7d383418cf0f04bbe07d70572f883bc7b) +++ build/build.sh (.../build.sh) (revision 8ed35af44a926223430cb43872ba5354de903680) @@ -97,7 +97,7 @@ # Find all the files in the application folder (recursively) # and put it in a an array - allFiles=($(find . -type f) + allFiles=($(find . -type f)) for i in ${allFiles[@]} do # In the files, look for the term "coco begin validated" and get its line number @@ -283,6 +283,8 @@ cp $out_path/$gcc_out/denali $REMOTE_DIR/$REPORT_DIR/bin/$gcc_out sync;sync;sync; +getManualCases + # Generate code reviews # Leave the sub workspace cd .. @@ -300,7 +302,7 @@ # Generate code review project getCodeReviewReport "UI" $REMOTE_DIR -getManualCases +