diff options
Diffstat (limited to 'src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh')
-rwxr-xr-x | src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh index 4efbe6b..4cf0274 100755 --- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh +++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | |||
@@ -203,9 +203,9 @@ taler-bank-manage-testing $NEXUS_PORT $TALER_DB $EXCHANGE_URL $CONF > taler-bank | |||
203 | taler-exchange-secmod-eddsa -c $CONF 2> taler-exchange-secmod-eddsa.log & | 203 | taler-exchange-secmod-eddsa -c $CONF 2> taler-exchange-secmod-eddsa.log & |
204 | taler-exchange-secmod-rsa -c $CONF 2> taler-exchange-secmod-rsa.log & | 204 | taler-exchange-secmod-rsa -c $CONF 2> taler-exchange-secmod-rsa.log & |
205 | taler-exchange-secmod-cs -c $CONF 2> taler-exchange-secmod-cs.log & | 205 | taler-exchange-secmod-cs -c $CONF 2> taler-exchange-secmod-cs.log & |
206 | taler-exchange-httpd -c $CONF 2> taler-exchange-httpd.log & | 206 | taler-exchange-httpd -L INFO -c $CONF 2> taler-exchange-httpd.log & |
207 | taler-merchant-httpd -c $CONF -L INFO 2> taler-merchant-httpd.log & | 207 | taler-merchant-httpd -c $CONF -L INFO 2> taler-merchant-httpd.log & |
208 | taler-exchange-wirewatch -c $CONF 2> taler-exchange-wirewatch.log & | 208 | taler-exchange-wirewatch --longpoll-timeout=1s -L INFO -c $CONF 2> taler-exchange-wirewatch.log & |
209 | taler-auditor-httpd -L INFO -c $CONF 2> taler-auditor-httpd.log & | 209 | taler-auditor-httpd -L INFO -c $CONF 2> taler-auditor-httpd.log & |
210 | 210 | ||
211 | echo " OK" | 211 | echo " OK" |