taler-deployment

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

commit 1dde003d9b9a6b47a3f0c1312f6c73d74d953acf
parent f91a9b02f009a8c937a8b028b0d56abbe8e04a96
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 25 Feb 2020 12:33:03 +0100

proper jailing for bank tests

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -569,7 +569,7 @@ INTEGRATIONTEST_FACTORY.addStep( name="bank check", description="Testing Taler Python bank", descriptionDone="Done", - command=["make", "check"], + command=["sudo", "/usr/local/bin/netjail.sh", "/home/integrationtest/deployment/buildbot/with-postgres.sh", "make", "check"], workdir="../../sources/bank", haltOnFailure=False, env={'PYTHONUSERBASE': "$HOME/local" }