gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -also start CS service


From: gnunet
Subject: [taler-merchant] branch master updated: -also start CS service
Date: Tue, 01 Mar 2022 15:07:47 +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 b5612a25 -also start CS service
b5612a25 is described below

commit b5612a25e6d9cbf48981dee0df890c7712681a09
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 1 15:07:45 2022 +0100

    -also start CS service
---
 src/testing/initialize_taler_system.sh | 1 +
 src/testing/test_key_rotation.sh       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/testing/initialize_taler_system.sh 
b/src/testing/initialize_taler_system.sh
index 76220d55..281bf2b5 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -138,6 +138,7 @@ echo -n "Launching taler services ..."
 taler-bank-manage-testing $CONF postgres:///$TALER_DB serve > taler-bank.log 
2> taler-bank.err &
 taler-exchange-secmod-eddsa -c $CONF -L DEBUG 2> 
taler-exchange-secmod-eddsa.log &
 taler-exchange-secmod-rsa -c $CONF -L DEBUG 2> taler-exchange-secmod-rsa.log &
+taler-exchange-secmod-cs -c $CONF -L DEBUG 2> taler-exchange-secmod-cs.log &
 taler-exchange-httpd -c $CONF -L DEBUG 2> taler-exchange-httpd.log &
 EXCHANGE_HTTPD_PID=$!
 taler-merchant-httpd -c $CONF -L DEBUG 2> taler-merchant-httpd.log &
diff --git a/src/testing/test_key_rotation.sh b/src/testing/test_key_rotation.sh
index 8aabe91d..ee45472f 100755
--- a/src/testing/test_key_rotation.sh
+++ b/src/testing/test_key_rotation.sh
@@ -138,6 +138,7 @@ echo -n "Launching taler services ..."
 taler-bank-manage-testing $CONF postgres:///$TALER_DB serve > taler-bank.log 
2> taler-bank.err &
 taler-exchange-secmod-eddsa -c $CONF 2> taler-exchange-secmod-eddsa.log &
 taler-exchange-secmod-rsa -c $CONF 2> taler-exchange-secmod-rsa.log &
+taler-exchange-secmod-cs -c $CONF 2> taler-exchange-secmod-cs.log &
 taler-exchange-httpd -c $CONF 2> taler-exchange-httpd.log &
 taler-merchant-httpd -c $CONF -L INFO 2> taler-merchant-httpd.log &
 taler-exchange-wirewatch -c $CONF 2> taler-exchange-wirewatch.log &

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