projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05897c4
)
Add return value.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 2 Sep 2009 17:31:56 +0000
(17:31 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 2 Sep 2009 17:31:56 +0000
(17:31 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2869
38d2e660
-2303-0410-9eaa-
f027e97ec537
test/nightly_test.sh
patch
|
blob
|
history
diff --git
a/test/nightly_test.sh
b/test/nightly_test.sh
index 97d379a999f2d03ac1932aed8abffa5a0a0d8d88..5833338ffddf2773b6215bd65360bd2d4193462c 100755
(executable)
--- 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