taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 2cd5db0f14181d5eee9a78960aff2039801255ba
parent 02227c8b97a7cfcc8be70c6cf26f440d091fd84b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2020 23:58:07 +0100

try setting supportive environment variable

Diffstat:
Mbuildbot/master.cfg | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -571,7 +571,8 @@ INTEGRATIONTEST_FACTORY.addStep( descriptionDone="Done", command=["make", "check"], workdir="../../sources/bank", - haltOnFailure=False + haltOnFailure=False, + env={'PYTHONUSERBASE': "$HOME/local" } ) ) INTEGRATIONTEST_FACTORY.addStep(