gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: proper jailing for bank tests


From: gnunet
Subject: [taler-deployment] branch master updated: proper jailing for bank tests
Date: Tue, 25 Feb 2020 12:33:05 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1dde003  proper jailing for bank tests
1dde003 is described below

commit 1dde003d9b9a6b47a3f0c1312f6c73d74d953acf
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 25 12:33:03 2020 +0100

    proper jailing for bank tests
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 422ef0d..8993702 100644
--- 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" }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]