summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-02-02 18:09:25 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-02-02 18:09:25 +0100
commit86c95df05ef125218f392748a177d2f9aa79848f (patch)
tree2609a73fe7eaf0e6dcf5065632682e3fdc395da7 /docker
parent5bb53025a593bbda834ef6ad325faba5aa073f7f (diff)
bug fix to run tempest and minor display error in run_test.sh
Change-Id: Ic30bdd1c514aa8dcab37ba91de2f8879729a80a2 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index 0d49c3d9f..5de5833bd 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -226,7 +226,7 @@ if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]] &&\
else
arr_test=(vping tempest vims rally)
fi
-info "Tests to be executed: "${arr_test[@]}
+info "Tests to be executed: ${arr_test[@]}"
BASEDIR=`dirname $0`
source ${BASEDIR}/common.sh