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: preserve-status a


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: preserve-status arg for timeout
Date: Fri, 18 Oct 2019 16:29:06 +0200

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0df05ca  preserve-status arg for timeout
0df05ca is described below

commit 0df05ca36aeb252a416c48d4a0537651be5a0582
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 18 14:28:43 2019 +0000

    preserve-status arg for timeout
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 637bffc..90c4a60 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -264,7 +264,7 @@ WALLET_FACTORY.addStep(
         name="test",
         description="Running wallet tests",
         descriptionDone="Test correctly run",
-        command=["timeout", "5m", "./$HOME/bin/taler-wallet-cli", 
"integrationtest", "--verbose"],
+        command=["timeout", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose"],
         workdir="build/",
     )
 )
@@ -273,7 +273,7 @@ WALLET_FACTORY.addStep(
         name="test-withdraw",
         description="Running wallet withdraw tests",
         descriptionDone="Test correctly run",
-        command=["timeout", "5m", "./$HOME/bin/taler-wallet-cli", 
"integrationtest", "--verbose", "-w", "TESTKUDOS:10"],
+        command=["timeout", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose", "-w", 
"TESTKUDOS:10"],
         workdir="build/",
     )
 )
@@ -282,7 +282,7 @@ WALLET_FACTORY.addStep(
         name="test-spend",
         description="Running wallet spend tests",
         descriptionDone="Test correctly run",
-        command=["timeout", "5m", "./$HOME/bin/taler-wallet-cli", 
"integrationtest", "--verbose", "-s", "TESTKUDOS:4"],
+        command=["timeout", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose", "-s", 
"TESTKUDOS:4"],
         workdir="build/",
     )
 )

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



reply via email to

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