From 30194cf27798728255c4fa645b02b3c7367d21af Mon Sep 17 00:00:00 2001 From: grakiss Date: Tue, 2 Feb 2016 22:33:57 -0500 Subject: FIX:use 'info' after sourcing the common.sh Change-Id: I0572375d79983791970ece0d31ed2e3d7df8cfc3 Signed-off-by: grakiss (cherry picked from commit 778325ba0b725ab524ffb1944140e3e555dcfd5d) --- docker/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg