diff options
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 2 |
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 |