Index: build/unittest.sh =================================================================== diff -u -r3590c640a289d4756560e2cdb0c5d41709bc46a2 -r565aaee463eaa5e21dec1fd5dadba95505090b00 --- build/unittest.sh (.../unittest.sh) (revision 3590c640a289d4756560e2cdb0c5d41709bc46a2) +++ build/unittest.sh (.../unittest.sh) (revision 565aaee463eaa5e21dec1fd5dadba95505090b00) @@ -61,7 +61,7 @@ echo " ------------------------------ Starting tests" $SQUISH_DIR/bin/squishrunner --testsuite testsuites --exitCodeOnFail 13 --reportgen html,$REPORT/UnitTest 1>$REPORT/$LOG/squishqtrunner.log 2>$REPORT/$LOG/squishqtrunner.err -sleep 5 +UNITTEST_RESULT=$? echo " ------------------------------ Importing the excecution report into the coverage database" cmcsexeimport -m $BUID_DIR/denali.csmes -t UnitTest01 $BUID_DIR/denali.csexe 1>$REPORT/$LOG/cmcsexeimport.log 2>$REPORT/$LOG/cmcsexeimport.err @@ -77,3 +77,4 @@ echo " ------------------------------ Stoping the Squish Server" $SQUISH_DIR/bin/squishserver --port=$SQUISH_SERVER_PORT --stop +exit $UNITTEST_RESULT