diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2016-02-02 22:33:57 -0500 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-03 08:26:12 +0000 |
commit | 30194cf27798728255c4fa645b02b3c7367d21af (patch) | |
tree | db345a83c02bc548c4753c15cc8de59657b07dde /docker | |
parent | ffd8780ed250de15aa50632ba761666ee4f30e68 (diff) |
FIX:use 'info' after sourcing the common.sh
Change-Id: I0572375d79983791970ece0d31ed2e3d7df8cfc3
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
(cherry picked from commit 778325ba0b725ab524ffb1944140e3e555dcfd5d)
Diffstat (limited to 'docker')
-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 5de5833bd..e210afaa2 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -226,11 +226,11 @@ if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]] &&\ else arr_test=(vping tempest vims rally) fi -info "Tests to be executed: ${arr_test[@]}" BASEDIR=`dirname $0` source ${BASEDIR}/common.sh +info "Tests to be executed: ${arr_test[@]}" # Check that the given tests are correct if [ "${TEST}" != "" ]; then |