gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: extra checks, add to build syste


From: gnunet
Subject: [taler-exchange] branch master updated: extra checks, add to build system
Date: Tue, 04 Feb 2020 22:37:51 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b3326043 extra checks, add to build system
b3326043 is described below

commit b33260432540561e3bb6f78e5a37ec7e1dae9fd4
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 4 22:37:49 2020 +0100

    extra checks, add to build system
---
 contrib/Makefile.am               | 3 ++-
 contrib/taler-bank-manage-testing | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index f9de7a75..c38a1630 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,7 +1,8 @@
 SUBDIRS = . tos pp
 
 bin_SCRIPTS = \
-  taler-bank-manage-testing
+  taler-bank-manage-testing \
+  taler-exchange-revoke
 
 EXTRA_DIST = \
   $(bin_SCRIPTS) \
diff --git a/contrib/taler-bank-manage-testing 
b/contrib/taler-bank-manage-testing
index b7e356d4..29494e3a 100755
--- a/contrib/taler-bank-manage-testing
+++ b/contrib/taler-bank-manage-testing
@@ -10,6 +10,12 @@
 
 set -eu
 
+if [ "$#" -ne 3 ];
+then
+    echo "illegal number of parameters"
+    exit 1
+fi
+
 # Ensure starting accounts exist
 taler-bank-manage -c $1 --with-db $2 django provide_accounts
 taler-bank-manage -c $1 --with-db $2 django add_bank_account 42

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



reply via email to

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