summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-01-14 16:45:13 +0100
committerChristian Grothoff <grothoff@gnunet.org>2024-01-14 16:45:13 +0100
commitc52ca303f7dc2efc0bb83dd2b12f9e7f5227b2ae (patch)
treecf0c9da166e62e08ef3d3089bafdbcc8dccd979f /src
parentbda1691194a3413cb7576169d50ee83b13ac88e7 (diff)
parent6f8511db6faf8e99272daf5f16c6eb99ba41ab3c (diff)
downloadexchange-c52ca303f7dc2efc0bb83dd2b12f9e7f5227b2ae.tar.gz
exchange-c52ca303f7dc2efc0bb83dd2b12f9e7f5227b2ae.tar.bz2
exchange-c52ca303f7dc2efc0bb83dd2b12f9e7f5227b2ae.zip
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src')
-rwxr-xr-xsrc/testing/taler-unified-setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index 581ba9fb6..cb0273e30 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -499,9 +499,9 @@ then
DONAU_URL="http://localhost:${DONAU_PORT}/"
fi
donau-dbinit -c "$CONF" --reset
- $USE_VALGRIND taler-secmod-eddsa -c "$CONF" -L "$LOGLEVEL" -s donau 2> donau-secmod-eddsa.log &
- $USE_VALGRIND taler-secmod-rsa -c "$CONF" -L "$LOGLEVEL" -s donau 2> donau-secmod-rsa.log &
- $USE_VALGRIND taler-secmod-cs -c "$CONF" -L "$LOGLEVEL" -s donau 2> donau-secmod-cs.log &
+ $USE_VALGRIND taler-exchange-secmod-eddsa -c "$CONF" -L "$LOGLEVEL" -s donau 2> donau-secmod-eddsa.log &
+ $USE_VALGRIND taler-exchange-secmod-rsa -c "$CONF" -L "$LOGLEVEL" -s donau 2> donau-secmod-rsa.log &
+ $USE_VALGRIND taler-exchange-secmod-cs -c "$CONF" -L "$LOGLEVEL" -s donau 2> donau-secmod-cs.log &
$USE_VALGRIND donau-httpd -c "$CONF" -L "$LOGLEVEL" 2> donau-httpd.log &
echo " DONE"
fi