gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -fix path when running tests


From: gnunet
Subject: [taler-deployment] branch master updated: -fix path when running tests
Date: Tue, 28 Jun 2022 16:18:32 +0200

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 f3888d7  -fix path when running tests
f3888d7 is described below

commit f3888d727a939a4b767e533ea5ed70cf26080046
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 28 16:18:29 2022 +0200

    -fix path when running tests
---
 buildbot/master.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 21850a2..8f5677f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -136,7 +136,8 @@ def jailed_check(package,srcdirs):
         name="Tests of " + package,
         description="Testing " + package,
         descriptionDone="Pass",
-        commands=map(lambda srcdir: util.ShellArg(command=["sudo", 
"/usr/local/bin/netjail.sh", 
"/home/integrationtest/deployment/buildbot/with-postgres.sh", "bash", "-c", 
"'cd src/"+srcdir+" make check'"]), srcdirs),
+        commands=map(lambda srcdir: util.ShellArg(command=["sudo", 
"/usr/local/bin/netjail.sh", 
"/home/integrationtest/deployment/buildbot/with-postgres.sh", "bash", "-c", 
"'cd src/"+srcdir+" make install check'"]), srcdirs),
+        env={'PATH': "${HOME}/local/bin:${PATH}"},
         workdir="../../sources/" + package
     )
 
@@ -468,7 +469,7 @@ INTEGRATIONTEST_FACTORY.addStep(
         commands=[
             util.ShellArg(command=["./bootstrap"]),
             util.ShellArg(command=["./configure", "--prefix=$HOME/local/"]),
-            util.ShellArg(command=["make"]),
+            util.ShellArg(command=["make install"]),
         ],
         workdir="../../sources/wallet-core",
         haltOnFailure=True,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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