X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fnightly_test.sh;h=afe17321e324152a515ae2f59e986c90223cf0e1;hb=HEAD;hp=97d379a999f2d03ac1932aed8abffa5a0a0d8d88;hpb=02ff80f12bed48e4d9ae8524588fd98a4104aff3;p=bertos.git diff --git a/test/nightly_test.sh b/test/nightly_test.sh index 97d379a9..afe17321 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 messages.\n" + printf "Silent mode enabled: 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