summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-20 22:14:10 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-20 22:14:10 +0200
commit816c0604951b5a533dd3dbfc65a0e335f7a2ffdc (patch)
treebd24101e4a36487d1b08dd28178d6e9c2aea0b65 /buildbot
parent11da595116393c48756eb7df77099237b691be04 (diff)
downloaddeployment-816c0604951b5a533dd3dbfc65a0e335f7a2ffdc.tar.gz
deployment-816c0604951b5a533dd3dbfc65a0e335f7a2ffdc.tar.bz2
deployment-816c0604951b5a533dd3dbfc65a0e335f7a2ffdc.zip
TALER_CHECKDB in buildbot env
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a212885..96833c8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -84,7 +84,8 @@ globalSwitcher.addStep(ShellCommand(name="switcher",
descriptionDone="Active party switched",
command=["./switch_active.sh"],
workdir="build/taler-build",
- env={'PATH': "${HOME}/bin:${PATH}"}))
+ env={'PATH': "${HOME}/bin:${PATH}",
+ 'TALER_CHECKDB': "postgres:///taler-check-${USER}"}))
lcov = BuildFactory()
lcov.addStep(Git(repourl='git://git.taler.net/deployment.git',
mode='full',