From 4085c3ba8d777b61af7a35be582d2c2007f19fad Mon Sep 17 00:00:00 2001 From: Dimitri Mazmanov Date: Fri, 12 Aug 2016 13:35:12 +0200 Subject: Fixing a typo Multisite jobs kept failing because of a typo. Signed-off-by: Dimitri Mazmanov Change-Id: I6e484e6457c7b8bae7c0343e9307bd15222e4fe3 --- ci/exec_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 9951c0973..a0c41872d 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -152,7 +152,7 @@ function run_test(){ "multisite") python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/gen_tempest_conf.py python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/run_tempest.py \ - $clean_flag -s -m feature_multisite $report + $clean_flag -s -m feature_multisite $report \ -c ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/tempest_multisite.conf ;; "domino") -- cgit 1.2.3-korg