summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 23:58:07 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 23:58:07 +0100
commit2cd5db0f14181d5eee9a78960aff2039801255ba (patch)
treedd5fad98c950750582a0d526b393655df7eed2f6
parent02227c8b97a7cfcc8be70c6cf26f440d091fd84b (diff)
downloaddeployment-2cd5db0f14181d5eee9a78960aff2039801255ba.tar.gz
deployment-2cd5db0f14181d5eee9a78960aff2039801255ba.tar.bz2
deployment-2cd5db0f14181d5eee9a78960aff2039801255ba.zip
try setting supportive environment variable
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d5631fa..dab5784 100644
--- 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(