summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-03-01 15:07:45 +0100
committerChristian Grothoff <christian@grothoff.org>2022-03-01 15:07:45 +0100
commitb5612a25e6d9cbf48981dee0df890c7712681a09 (patch)
tree634db2b2ad162ae7cdb9253e12503eeca147c7b8 /src
parent7d9f4347829af7f39393f5808a1f8d6bbea89a51 (diff)
downloadmerchant-b5612a25e6d9cbf48981dee0df890c7712681a09.tar.gz
merchant-b5612a25e6d9cbf48981dee0df890c7712681a09.tar.bz2
merchant-b5612a25e6d9cbf48981dee0df890c7712681a09.zip
-also start CS service
Diffstat (limited to 'src')
-rwxr-xr-xsrc/testing/initialize_taler_system.sh1
-rwxr-xr-xsrc/testing/test_key_rotation.sh1
2 files changed, 2 insertions, 0 deletions
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 &