commit b48d307afd29569dea751ff2efab1fc9390f07d0
parent cacfbf9d05b24528f4665bfc7cde6cc72628d324
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 13 Nov 2020 23:22:09 +0100
fix path
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", "/home/lcovbuilder/deployment/buildbot/with-postgres.sh","./coverage.sh"],
+ command=["/usr/bin/sudo", "/usr/local/bin/netjail.sh", "/home/lcovworker/deployment/buildbot/with-postgres.sh","./coverage.sh"],
workdir="../../deployment/buildbot",
env={'PATH': "${HOME}/local/bin:${PATH}"}
)