Finally set the right svn:ignore properties.
[bertos.git] / test / nightly_test.sh
index 97d379a999f2d03ac1932aed8abffa5a0a0d8d88..5833338ffddf2773b6215bd65360bd2d4193462c 100755 (executable)
@@ -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