commit cacfbf9d05b24528f4665bfc7cde6cc72628d324
parent 1319d6603e0506912f7118a52b5c8d4bac0d24b4
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 13 Nov 2020 22:54:56 +0100
run lcov with postgres
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -818,7 +818,7 @@ LCOV_FACTORY.addStep(
name="coverage generation",
description="running tests",
descriptionDone="generating HTML report",
- command=["/usr/bin/sudo", "/usr/local/bin/netjail.sh", "./coverage.sh"],
+ command=["/usr/bin/sudo", "/usr/local/bin/netjail.sh", "/home/lcovbuilder/deployment/buildbot/with-postgres.sh","./coverage.sh"],
workdir="../../deployment/buildbot",
env={'PATH': "${HOME}/local/bin:${PATH}"}
)