Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c975e6c
)
Fix a bug in functional tests execution.
53/56953/1
author
Thomas Duval
<thomas.duval@orange.com>
Wed, 2 May 2018 07:11:19 +0000
(09:11 +0200)
committer
Thomas Duval
<thomas.duval@orange.com>
Wed, 2 May 2018 07:11:19 +0000
(09:11 +0200)
Change-Id: Idc31639c649d3e739ee320fa3edd022daca4fa6f
tests/functional/run_tests.sh
patch
|
blob
|
history
diff --git
a/tests/functional/run_tests.sh
b/tests/functional/run_tests.sh
index
d374d17
..
cf55c3b
100755
(executable)
--- a/
tests/functional/run_tests.sh
+++ b/
tests/functional/run_tests.sh
@@
-12,6
+12,7
@@
for dir in ${COMPONENTS}; do
echo "Testing component ${dir}"
cd ${MOON_HOME}/${dir}
bash ../tests/functional/run_tests_for_component.sh
+ cd -
done
# TODO: download tests results