X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fnightly_test.sh;h=5833338ffddf2773b6215bd65360bd2d4193462c;hb=b5cdcbf7724d7a131bf276cffb9e7a5395623343;hp=7cfedcb5d64ee1e6b9bd8395c2603793dbaa8e01;hpb=695d2dfa32c5b1ac92c13238323b5041ff567b58;p=bertos.git diff --git a/test/nightly_test.sh b/test/nightly_test.sh index 7cfedcb5..5833338f 100755 --- a/test/nightly_test.sh +++ b/test/nightly_test.sh @@ -49,7 +49,7 @@ fi if [ $OPTS = 1 ] ; then #Copy BeRTOS sources printf "Starting nightlytest..\n" - printf "Silent mode enable, removing the TODO/FIXME message warnings.\n" + printf "Silent mode enable, removing the TODO/FIXME messages.\n" cp -R $BERTOS_DIR $BERTOS_DIR_BAK || exit 1 #Strip away TODOs and FIXME @@ -72,7 +72,7 @@ done #Clean and launch make on all make -f ${MAKEFILE_TEST_DIR}/Makefile.test clean make -f ${MAKEFILE_TEST_DIR}/Makefile.test - +RET=$? if [ $OPTS = 1 ] ; then #Restore original sources if [ -d $BERTOS_DIR_BAK ] ; then @@ -86,5 +86,5 @@ if [ $OPTS = 1 ] ; then fi printf "Nightly test done.\n\n" - +exit $RET