diff options
Diffstat (limited to 'tests/functional/run_tests.sh')
-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 |