commit 3d24cee6b98c027a1806863d344a1e1744ba8411 parent ff4235f0527010dab775e534e256e88d0387cbab Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 5 Jan 2024 14:28:31 +0100 -fix paths Diffstat:
| M | src/testing/donau-unified-setup.sh | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/testing/donau-unified-setup.sh b/src/testing/donau-unified-setup.sh @@ -471,9 +471,9 @@ then DONAU_URL="http://localhost:${DONAU_PORT}/" fi donau-dbinit -c "$CONF" --reset - $USE_VALGRIND donau-secmod-eddsa -c "$CONF" -L "$LOGLEVEL" 2> donau-secmod-eddsa.log & - $USE_VALGRIND donau-secmod-rsa -c "$CONF" -L "$LOGLEVEL" 2> donau-secmod-rsa.log & - $USE_VALGRIND donau-secmod-cs -c "$CONF" -L "$LOGLEVEL" 2> donau-secmod-cs.log & + $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 donau-httpd -c "$CONF" -L "$LOGLEVEL" 2> donau-httpd.log & echo " DONE" fi @@ -780,7 +780,7 @@ fi if [ "1" = "$START_DONAU" ] then - echo -n "Wait for donau /management/keys to be ready " + echo -n "Wait for donau /keys to be ready " OK="0" LAST_RESPONSE=$(mktemp tmp-last-response.XXXXXXXX) for n in $(seq 1 10) @@ -792,7 +792,7 @@ then --tries=3 \ --waitretry=0 \ --timeout=30 \ - "${DONAU_URL}management/keys"\ + "${DONAU_URL}keys"\ -o /dev/null \ -O "$LAST_RESPONSE" \ >/dev/null || continue