From: batt Date: Wed, 2 Sep 2009 17:31:56 +0000 (+0000) Subject: Add return value. X-Git-Tag: 2.2.0~99 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=96b7ce18b2aece4731f22bcb992f878cc0035f6a;p=bertos.git Add return value. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2869 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/test/nightly_test.sh b/test/nightly_test.sh index 97d379a9..5833338f 100755 --- a/test/nightly_test.sh +++ b/test/nightly_test.sh @@ -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