taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 37bb1a695b238f9f43a146b8d9b035ea927b44ca
parent 2cd5db0f14181d5eee9a78960aff2039801255ba
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 25 Feb 2020 00:26:59 +0100

full path, sudo might be stupid otherwise

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -312,7 +312,7 @@ def jailed_check(package,srcdir): name="Test of " + srcdir + " in " + package, description="Testing " + srcdir + " in " + package, descriptionDone="Pass", - command=["sudo", "/usr/local/bin/netjail.sh", "~/deployment/buildbot/with-postgres.sh", "make", "check"], + command=["sudo", "/usr/local/bin/netjail.sh", "/home/integrationtest/deployment/buildbot/with-postgres.sh", "make", "check"], workdir="../../sources/" + package + "/src/" + srcdir )