diff options
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 |