gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: unified setup correct secmod cal


From: gnunet
Subject: [taler-exchange] branch master updated: unified setup correct secmod call for donau
Date: Sun, 14 Jan 2024 14:40:04 +0100

This is an automated email from the git hooks/post-receive script.

lukas-matyja pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 359415b4 unified setup correct secmod call for donau
     new 6f8511db Merge remote-tracking branch 'refs/remotes/origin/master'
359415b4 is described below

commit 359415b44fb2497475a0b3c2c6cd046310595b49
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Sun Jan 14 14:38:47 2024 +0100

    unified setup correct secmod call for donau
---
 src/testing/taler-unified-setup.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/testing/taler-unified-setup.sh 
b/src/testing/taler-unified-setup.sh
index ca58d983..8a16e693 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

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