summaryrefslogtreecommitdiffstats
path: root/docker/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/run_tests.sh')
-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