projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a8a9c
)
Restore pipefail.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 27 Sep 2010 13:34:08 +0000
(13:34 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 27 Sep 2010 13:34:08 +0000
(13:34 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4315
38d2e660
-2303-0410-9eaa-
f027e97ec537
test/run_tests.sh
patch
|
blob
|
history
diff --git
a/test/run_tests.sh
b/test/run_tests.sh
index 393d0e614ed75bea34589cf4faad97fe1aaf86e2..c33f00e2a3ed3d3cdc3a53ca60ca1bc42573f458 100755
(executable)
--- a/
test/run_tests.sh
+++ b/
test/run_tests.sh
@@
-73,7
+73,7
@@
runout='/dev/null'
[ "$VERBOSE" -ge 3 ] && runout='/dev/stdout'
# Needed to get build/exec result code rather than tee's
-
#
set -o pipefail
+set -o pipefail
rm -rf "${TESTOUT}.old"
if [ -d "${TESTOUT}" ] ; then