gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/10: comment


From: gnunet
Subject: [libeufin] 02/10: comment
Date: Sat, 07 Jan 2023 13:49:01 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 121235aa5b16348a6f016bbce9ef194fd6910563
Author: MS <ms@taler.net>
AuthorDate: Sat Jan 7 13:13:46 2023 +0100

    comment
---
 cli/bin/circuit_test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/bin/circuit_test.sh b/cli/bin/circuit_test.sh
index 997351cc..b05f79f3 100755
--- a/cli/bin/circuit_test.sh
+++ b/cli/bin/circuit_test.sh
@@ -5,15 +5,15 @@
 
 set -eu
 
+echo TESTING THE CLI SIDE OF THE CIRCUIT API
 jq --version &> /dev/null || (echo "'jq' command not found"; exit 77)
 curl --version &> /dev/null || (echo "'curl' command not found"; exit 77)
 
 DB_PATH=/tmp/circuit-test.sqlite3
 export LIBEUFIN_SANDBOX_DB_CONNECTION=jdbc:sqlite:$DB_PATH
+# NOTE: unset this variable to test the SMS or e-mail TAN.
 export LIBEUFIN_CASHOUT_TEST_TAN=secret-tan
 
-echo TESTING THE CLI SIDE OF THE CIRCUIT API
-
 echo -n Delete previous data..
 rm -f $DB_PATH
 echo DONE

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