diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-18 08:49:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-18 08:49:10 +0000 |
commit | 2ed904b62281de960aa9fd3ab859c2b57952ad5f (patch) | |
tree | 039031a082a31cef48f42d21857e4c1c6f1b67fb /ci/exec_test.sh | |
parent | c277b95a1c20ca5415e2bb594a289d1f4fb58dff (diff) | |
parent | bfe6bf3426f8f1e6ce4fc52b8cfa387a2b3866ee (diff) |
Merge "Add report flag for moon"
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 92c02dc35..98d54f205 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -146,7 +146,7 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py $report ;; "moon") - python ${repos_dir}/moon/tests/run_tests.py + python ${repos_dir}/moon/tests/run_tests.py $report ;; "multisite") python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/gen_tempest_conf.py |