diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-02 18:09:25 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-02 18:09:25 +0100 |
commit | 86c95df05ef125218f392748a177d2f9aa79848f (patch) | |
tree | 2609a73fe7eaf0e6dcf5065632682e3fdc395da7 /docker/run_tests.sh | |
parent | 5bb53025a593bbda834ef6ad325faba5aa073f7f (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/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 |