Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3e3c96b
)
Fix bug repos_dir -> REPOS_DIR
71/24871/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 24 Nov 2016 21:54:29 +0000
(22:54 +0100)
committer
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 24 Nov 2016 21:54:44 +0000
(22:54 +0100)
JIRA: FUNCTEST-533
Change-Id: Ie98089c54326b255ffd7c6cad81abf29ad52f4a2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
functest/ci/exec_test.sh
patch
|
blob
|
history
diff --git
a/functest/ci/exec_test.sh
b/functest/ci/exec_test.sh
index
a71079e
..
cc885c4
100644
(file)
--- a/
functest/ci/exec_test.sh
+++ b/
functest/ci/exec_test.sh
@@
-36,8
+36,8
@@
if [[ "${CI_DEBUG,,}" == "true" ]];then
debug="--debug"
fi
-FUNCTEST_REPO_DIR=${
repos_dir
}/functest
-FUNCTEST_TEST_DIR=${
repos_dir
}/functest/functest/opnfv_tests
+FUNCTEST_REPO_DIR=${
REPOS_DIR
}/functest
+FUNCTEST_TEST_DIR=${
REPOS_DIR
}/functest/functest/opnfv_tests
FUNCTEST_CONF_DIR=/home/opnfv/functest/conf
export PYTHONUNBUFFERED=1