diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2016-02-02 22:33:57 -0500 |
---|---|---|
committer | grakiss <grakiss.wanglei@huawei.com> | 2016-02-02 22:34:53 -0500 |
commit | 778325ba0b725ab524ffb1944140e3e555dcfd5d (patch) | |
tree | 49ece6fe8bf6569b6c6307e23d13b87861390c80 | |
parent | 3630ec141c8ef230388735499bf9a57c775db3d0 (diff) |
FIX:use 'info' after sourcing the common.sh
Change-Id: I0572375d79983791970ece0d31ed2e3d7df8cfc3
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
-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 |