gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: also test for taler-bank-manage


From: gnunet
Subject: [taler-merchant] branch master updated: also test for taler-bank-manage in walletharness test
Date: Fri, 24 Jun 2022 14:14:21 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new a6c9e653 also test for taler-bank-manage in walletharness test
a6c9e653 is described below

commit a6c9e653f0d46b0d0c3acc39e16cc35f2dd627cf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 24 14:14:19 2022 +0200

    also test for taler-bank-manage in walletharness test
---
 debian/changelog                           |  2 +-
 debian/control                             | 10 +++++-----
 src/testing/test-merchant-walletharness.sh | 14 ++++++++++++++
 3 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6472a6e2..c1025b73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-taler-merchant (0.9.0) unstable; urgency=low
+taler-merchant (0.8.99-1) unstable; urgency=low
 
   * Updating to latest pre-release from Git.
 
diff --git a/debian/control b/debian/control
index 414027c2..578b13bc 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends:
  autopoint,
  debhelper-compat (= 12),
  gettext,
- libgnunet-dev (>=0.17.0),
- libtalerexchange-dev (>=0.9.0),
+ libgnunet-dev (>=0.17.1),
+ libtalerexchange-dev (>=0.8.99),
  libpq-dev (>=13.0),
  po-debconf,
  libqrencode-dev,
@@ -39,7 +39,7 @@ Architecture: any
 Pre-Depends:
  ${misc:Pre-Depends}
 Depends:
- libtalerexchange (>= 0.9.0),
+ libtalerexchange (>= 0.8.99),
  adduser,
  lsb-base,
  netbase,
@@ -56,8 +56,8 @@ Package: libtalermerchant-dev
 Section: libdevel
 Architecture: any
 Depends:
- libtalerexchange-dev (>= 0.9.0),
- libgnunet-dev (>=0.17.0),
+ libtalerexchange-dev (>= 0.8.99),
+ libgnunet-dev (>=0.17.1),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: libraries to talk to a GNU Taler merchant (development)
diff --git a/src/testing/test-merchant-walletharness.sh 
b/src/testing/test-merchant-walletharness.sh
index 98a78efa..75f979eb 100755
--- a/src/testing/test-merchant-walletharness.sh
+++ b/src/testing/test-merchant-walletharness.sh
@@ -22,6 +22,20 @@
 
 set -eu
 
+# Exit, with status code "skip" (no 'real' failure)
+function exit_skip() {
+    echo $1
+    exit 77
+}
+
+echo -n "Testing for taler-bank-manage"
+taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING"
+echo " FOUND"
+
+echo -n "Testing for taler-wallet-cli"
+taler-wallet-cli --help >/dev/null </dev/null || exit_skip " MISSING"
+echo " FOUND"
+
 res=0
 taler-wallet-cli testing run-integrationtests --dry --suites merchant 
2&>/dev/null || res=$?
 

-- 
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]