diff options
author | Thomas Duval <thomas.duval@orange.com> | 2018-05-02 09:11:19 +0200 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2018-05-02 09:11:19 +0200 |
commit | 467351eaa204676d700f73cca6f359dd1723565c (patch) | |
tree | 8a757a489c2f02a351f57843d7085486c18f8488 | |
parent | c975e6c2fcb7afadecf0371c30073791599c8c81 (diff) |
Fix a bug in functional tests execution.
Change-Id: Idc31639c649d3e739ee320fa3edd022daca4fa6f
-rwxr-xr-x | tests/functional/run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/run_tests.sh b/tests/functional/run_tests.sh index d374d17f..cf55c3bd 100755 --- 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 |