From: grakiss Date: Wed, 3 Feb 2016 03:33:57 +0000 (-0500) Subject: FIX:use 'info' after sourcing the common.sh X-Git-Tag: brahmaputra.1.0~61 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=30194cf27798728255c4fa645b02b3c7367d21af;p=functest.git FIX:use 'info' after sourcing the common.sh Change-Id: I0572375d79983791970ece0d31ed2e3d7df8cfc3 Signed-off-by: grakiss (cherry picked from commit 778325ba0b725ab524ffb1944140e3e555dcfd5d) --- 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