From 686e67c184950f0f245fe993e5b890a75503523b Mon Sep 17 00:00:00 2001 From: meimei Date: Fri, 15 Jul 2016 11:34:00 +0800 Subject: [bug] miss a ; in case statement Change-Id: I2e3d99203450d2abc93e5f472c6be701a385a3c6 Signed-off-by: meimei --- ci/exec_test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 246905bc..6a59390a 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -149,6 +149,7 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/multisite.py python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/run_tempest.py \ $clean_flag -s -m feature_multisite $report + ;; "domino") python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py ;; -- cgit 1.2.3-korg