From 467351eaa204676d700f73cca6f359dd1723565c Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Wed, 2 May 2018 09:11:19 +0200 Subject: Fix a bug in functional tests execution. Change-Id: Idc31639c649d3e739ee320fa3edd022daca4fa6f --- tests/functional/run_tests.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg