summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-02-03 08:26:06 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-03 08:26:06 +0000
commit34cb16a7e1859e503de53e6fc6e7e3962b3d34aa (patch)
treedb345a83c02bc548c4753c15cc8de59657b07dde
parent33e92035fabfd256fc135903fde9daf30cad7211 (diff)
parent778325ba0b725ab524ffb1944140e3e555dcfd5d (diff)
Merge "FIX:use 'info' after sourcing the common.sh"
-rwxr-xr-xdocker/run_tests.sh2
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