gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix invocation of


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix invocation of wallet tests
Date: Thu, 29 Jun 2017 10:02:39 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a1cab9f  fix invocation of wallet tests
a1cab9f is described below

commit a1cab9f28929f6fbb9277c37b6840102beb64424
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 29 10:02:32 2017 +0200

    fix invocation of wallet tests
---
 buildbot/master.cfg | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 52c8bdb..fed93f1 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -96,7 +96,13 @@ 
wallet_factory.addStep(Git(repourl='git://git.taler.net/wallet-webex.git',
 wallet_factory.addStep(ShellCommand(name="configuration",
                                     description="Running configure script",
                                     descriptionDone="Correctly configured",
-                                    command=["./configure && make check"],
+                                    command=["./configure"],
+                                    workdir="build/"))
+
+wallet_factory.addStep(ShellCommand(name="test",
+                                    description="Running wallet tests",
+                                    descriptionDone="Test correctly run",
+                                    command=["make", "check"],
                                     workdir="build/"))
 
 lcov_factory = util.BuildFactory()

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



reply via email to

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