]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-prs: specify which tox config file is used
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 8 Oct 2019 15:59:17 +0000 (17:59 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 8 Oct 2019 15:59:17 +0000 (17:59 +0200)
When throwing this error, the name can be different according to the
scenario name.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
scripts/build_utils.sh

index 90000fcd1aa117d6608153176e6696c0dc391a72..0c8f3753cf44ba72a635e35a80f410b230cb8d6b 100644 (file)
@@ -858,7 +858,7 @@ do
     return 0
   fi
 done
-echo "ERROR: Environment $ENV_NAME is not defined in tox.ini!"
+echo "ERROR: Environment $ENV_NAME is not defined in $TOX_INI_FILE !"
 exit 1
 }