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:
50d031f
)
Bug fix: fix path in run_tests.py
99/24199/1
author
Morgan Richomme
<morgan.richomme@orange.com>
Thu, 10 Nov 2016 20:59:47 +0000
(21:59 +0100)
committer
Morgan Richomme
<morgan.richomme@orange.com>
Thu, 10 Nov 2016 20:59:47 +0000
(21:59 +0100)
JIRA: FUNCTEST-525
Change-Id: I78488e04015d28b6ae8d902b252d966920e9b929
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
functest/ci/run_tests.py
patch
|
blob
|
history
diff --git
a/functest/ci/run_tests.py
b/functest/ci/run_tests.py
index
f30062f
..
70b5bbc
100644
(file)
--- a/
functest/ci/run_tests.py
+++ b/
functest/ci/run_tests.py
@@
-43,7
+43,7
@@
logger = ft_logger.Logger("run_tests").getLogger()
""" global variables """
-EXEC_SCRIPT = ("%s/ci/exec_test.sh" % ft_utils.FUNCTEST_REPO)
+EXEC_SCRIPT = ("%s/
functest/
ci/exec_test.sh" % ft_utils.FUNCTEST_REPO)
CLEAN_FLAG = True
REPORT_FLAG = False
EXECUTED_TEST_CASES = []