commit 31d3fc168dbae15ac1a8dcb4fcda19abe7745679
parent 87f2c8ab513338e084ada011066becadd7cabd8c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 20 Mar 2018 16:20:09 +0100
DB path scheme, fix.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -227,7 +227,7 @@ LCOV_FACTORY.addStep(ShellCommand(
command=["make", "lcov"],
workdir="build/taler-build",
env={"PATH": "${HOME}/local/bin:${PATH}",
- "TALER_CHECKDB": "postgresql:///talercheck?host=/home/${USER}/sockets"}))
+ "TALER_CHECKDB": "postgres:///talercheck?host=/home/${USER}/sockets"}))
TIP_RESERVE_TOPPER_FACTORY = util.BuildFactory()
TIP_RESERVE_TOPPER_FACTORY.addStep(git_step(