From c6744913a0d43086dcf3f9ac44eb0f721b84e725 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 27 Aug 2015 11:04:16 +0200 Subject: fix bad path in functest to source rc file JIRA: FUNCTEST-42 Change-Id: I76e85d98fbc7e1d808012923e365545df64370b5 Signed-off-by: Morgan Richomme --- jjb/functest/functest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg