gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix syntax


From: gnunet
Subject: [taler-deployment] branch master updated: fix syntax
Date: Sun, 23 Feb 2020 19:42:14 +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 91ecd67  fix syntax
91ecd67 is described below

commit 91ecd6746ad4f3c4af777a918d224b8d3db50484
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 19:42:12 2020 +0100

    fix syntax
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 669ba6f..a59fb2b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -524,7 +524,7 @@ AUDITOR_FACTORY_TEST.addStep(
         description="Generating auditor reports.",
         descriptionDone="Auditor reports correctly generated.",
         command=["./make_auditor_reports.sh"],
-        workdir="../../deployment/buildbot"
+        workdir="../../deployment/buildbot",
         env={'TALER_HOME': "/home/taler-test/"}
    )
 )
@@ -536,7 +536,7 @@ AUDITOR_FACTORY_DEMO.addStep(
         description="Generating auditor reports.",
         descriptionDone="Auditor reports correctly generated.",
         command=["./make_auditor_reports.sh"],
-        workdir="../../deployment/buildbot"
+        workdir="../../deployment/buildbot",
         env={'TALER_HOME': "/home/demo/active-home/"}
    )
 )

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



reply via email to

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