From: Morgan Richomme Date: Thu, 27 Aug 2015 09:04:16 +0000 (+0200) Subject: fix bad path in functest to source rc file X-Git-Tag: arno.2015.2.0~77 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F1338%2F1;p=releng.git fix bad path in functest to source rc file JIRA: FUNCTEST-42 Change-Id: I76e85d98fbc7e1d808012923e365545df64370b5 Signed-off-by: Morgan Richomme --- diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index bf824b642..9ea7b2440 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -576,7 +576,7 @@ echo "Functest: prepare Functest environment" mkdir -p $HOME/functest/ - source $HOME/functest/opnfv-openrc.sh + source $HOME/opnfv-openrc.sh # WORKSPACE is the root of the functest repo # go into WORKSPACE where the functest repo is cloned