From: Thomas Duval Date: Wed, 2 May 2018 07:11:19 +0000 (+0200) Subject: Fix a bug in functional tests execution. X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=467351eaa204676d700f73cca6f359dd1723565c;p=moon.git Fix a bug in functional tests execution. Change-Id: Idc31639c649d3e739ee320fa3edd022daca4fa6f --- 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