Fix a bug in functional tests execution. 53/56953/1
authorThomas Duval <thomas.duval@orange.com>
Wed, 2 May 2018 07:11:19 +0000 (09:11 +0200)
committerThomas Duval <thomas.duval@orange.com>
Wed, 2 May 2018 07:11:19 +0000 (09:11 +0200)
Change-Id: Idc31639c649d3e739ee320fa3edd022daca4fa6f

tests/functional/run_tests.sh

index d374d17..cf55c3b 100755 (executable)
@@ -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