summaryrefslogtreecommitdiffstats
path: root/jjb/functest/set-functest-env.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-11-10 18:05:54 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-11-10 18:05:54 +0100
commit1343075719863543f7788f241f1cfdfc3aecf6dd (patch)
tree64825e6e0147e2ea7779be3c55fefb50b3b73d14 /jjb/functest/set-functest-env.sh
parent26ccce219a8b83fee33246e0526965ed94f5e41f (diff)
Adapt jjb path to new functest repo structure
JIRA: FUNCTEST-525 Change-Id: I613757f98a7b41e924f1334053f83f8966536018 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/functest/set-functest-env.sh')
-rwxr-xr-xjjb/functest/set-functest-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/set-functest-env.sh b/jjb/functest/set-functest-env.sh
index 1c77702eb..bbd4a889c 100755
--- a/jjb/functest/set-functest-env.sh
+++ b/jjb/functest/set-functest-env.sh
@@ -83,7 +83,7 @@ fi
if [[ ${branch} == *"brahmaputra"* ]]; then
cmd="${FUNCTEST_REPO_DIR}/docker/prepare_env.sh"
else
- cmd="python ${FUNCTEST_REPO_DIR}/ci/prepare_env.py start"
+ cmd="python ${FUNCTEST_REPO_DIR}/functest/ci/prepare_env.py start"
fi
echo "Executing command inside the docker: ${cmd}"
docker exec ${container_id} ${cmd}