gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -check for curl


From: gnunet
Subject: [taler-merchant] branch master updated: -check for curl
Date: Mon, 06 Feb 2023 17:59:53 +0100

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 567702d2 -check for curl
567702d2 is described below

commit 567702d2e63001a0a2bfde6558b9061f27f93978
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 6 17:59:47 2023 +0100

    -check for curl
---
 src/testing/initialize_taler_system.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/testing/initialize_taler_system.sh 
b/src/testing/initialize_taler_system.sh
index a74d7e7a..2b5cc50a 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -94,6 +94,11 @@ echo -n "Testing for jq"
 jq -h > /dev/null || exit_skip "jq required"
 echo " FOUND"
 
+# Check we can actually run
+echo -n "Testing for curl"
+curl -h 2> /dev/null > /dev/null || exit_skip "curl required"
+echo " FOUND"
+
 echo -n "Testing for taler"
 taler-exchange-httpd -h > /dev/null || exit_skip " taler-exchange required"
 taler-merchant-httpd -h > /dev/null || exit_skip " taler-merchant required"

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