Index: build/unittest.sh =================================================================== diff -u -r93603c9d43204006e45715e3595c8b72effa400f -r1d9439767579581a70a651495e3f5a9340bce006 --- build/unittest.sh (.../unittest.sh) (revision 93603c9d43204006e45715e3595c8b72effa400f) +++ build/unittest.sh (.../unittest.sh) (revision 1d9439767579581a70a651495e3f5a9340bce006) @@ -38,12 +38,13 @@ echo " ------------------------------ Starting tests" $SQUISH_DIR/bin/squishrunner addAUT $BUID_DIR/denali --testsuite testsuites --exitCodeOnFail 13 --reportgen html,$REPORT/UnitTest +sleep 5 echo " ------------------------------ Importing the excecution report into the coverage database" -cmcsexeimport -m $BUID_DIR/denali.csmes -t UnitTest01 $BUID_DIR/denali.csexe +cmcsexeimport -m $BUID_DIR/denali.csmes -t UnitTest01 $BUID_DIR/denali.csexe 1>$REPORT/cmcsexeimport.log 2>$REPORT/cmcsexeimport.err echo " ------------------------------ Generating the coverage report" -cmreport --csmes=$BUID_DIR/denali.csmes --html=$REPORT/Coverage/index +cmreport --csmes=$BUID_DIR/denali.csmes --html=$REPORT/Coverage/index 1>$REPORT/cmreport.log 2>$REPORT/cmreport.err echo " ------------------------------ Copy the reports to server" mkdir $REMOTE_DIR/$REPORT_DIR