gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: do not test for wallet-cli


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: do not test for wallet-cli in free mode
Date: Tue, 13 Apr 2021 11:26:22 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new defb738  do not test for wallet-cli in free mode
defb738 is described below

commit defb738a2b6a5006c8b13312e9badd12716042fd
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Apr 13 11:26:19 2021 +0200

    do not test for wallet-cli in free mode
---
 m4/libtool.m4               |  4 ++--
 po/POTFILES.in              |  1 -
 src/testing/test_prepare.sh | 10 +++++++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/m4/libtool.m4 b/m4/libtool.m4
index c4c0294..a6d21ae 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1071,11 +1071,11 @@ _LT_EOF
       # to the OS version, if on x86, and 10.4, the deployment
       # target defaults to 10.4. Don't you love it?
       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-       10.0,*86*-darwin8*|10.0,*-darwin[[912]]*)
+       10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
          _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
        10.[[012]][[,.]]*)
          _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined 
${wl}suppress' ;;
-       10.*|11.*)
+       10.*)
          _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
       esac
     ;;
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 074aa3c..0b2b38a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -30,7 +30,6 @@ src/anastasis/anastasis-gtk_handle-secret-buttons.c
 src/anastasis/anastasis-gtk_helper.c
 src/anastasis/anastasis-gtk_io.c
 src/anastasis/os_installation.c
-contrib/anastasis_gtk_about_window.glade
 contrib/anastasis_gtk_auth_add_email.glade
 contrib/anastasis_gtk_auth_add_post.glade
 contrib/anastasis_gtk_auth_add_question.glade
diff --git a/src/testing/test_prepare.sh b/src/testing/test_prepare.sh
index 7ae0896..2def43c 100755
--- a/src/testing/test_prepare.sh
+++ b/src/testing/test_prepare.sh
@@ -67,9 +67,13 @@ echo " FOUND"
 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 -v >/dev/null </dev/null || exit_skip " MISSING"
-echo " FOUND"
+
+if test $1 = 'fees'
+then
+    echo -n "Testing for taler-wallet-cli"
+    taler-wallet-cli -v >/dev/null </dev/null || exit_skip " MISSING"
+    echo " FOUND"
+fi
 
 echo -n "Testing for anastasis-httpd"
 anastasis-httpd -h >/dev/null </dev/null || exit_skip " MISSING"

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