gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: more jdbc: fixes


From: gnunet
Subject: [taler-anastasis] branch master updated: more jdbc: fixes
Date: Fri, 28 Jul 2023 21:06:04 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 7a7fa95  more jdbc: fixes
7a7fa95 is described below

commit 7a7fa95b81603cf999fca02362238e624ecfcdf0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 28 21:06:00 2023 +0200

    more jdbc: fixes
---
 src/cli/test_anastasis_reducer_done_authentication.sh | 4 ++--
 src/cli/test_anastasis_reducer_recovery_no_pay.sh     | 6 +++---
 src/cli/test_iban.sh                                  | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/cli/test_anastasis_reducer_done_authentication.sh 
b/src/cli/test_anastasis_reducer_done_authentication.sh
index 87c738c..545c733 100755
--- a/src/cli/test_anastasis_reducer_done_authentication.sh
+++ b/src/cli/test_anastasis_reducer_done_authentication.sh
@@ -46,9 +46,9 @@ echo " OK"
 
 
 echo -n "Test done authentication (next) ..."
-anastasis-reducer next resources/04-backup.json $TFILE
+anastasis-reducer next resources/04-backup.json "$TFILE"
 
-STATE=`jq -r -e .backup_state < $TFILE`
+STATE=$(jq -r -e .backup_state < "$TFILE")
 if test "$STATE" != "POLICIES_REVIEWING"
 then
     exit_fail "Expected new state to be AUTHENTICATIONS_EDITING, got $STATE"
diff --git a/src/cli/test_anastasis_reducer_recovery_no_pay.sh 
b/src/cli/test_anastasis_reducer_recovery_no_pay.sh
index f6b1401..42f5b0c 100755
--- a/src/cli/test_anastasis_reducer_recovery_no_pay.sh
+++ b/src/cli/test_anastasis_reducer_recovery_no_pay.sh
@@ -67,8 +67,8 @@ CONF_4="test_anastasis_reducer_free_4.conf"
 
 # Configuration file will be edited, so we create one
 # from the template.
-CONF=`mktemp test_reducerXXXXXX.conf`
-cp test_reducer.conf $CONF
+CONF=$(mktemp test_reducerXXXXXX.conf)
+cp test_reducer.conf "$CONF"
 
 TMP_DIR=`mktemp -d keys-tmp-XXXXXX`
 B1FILE=`mktemp test_reducer_stateB1XXXXXX`
@@ -180,7 +180,7 @@ anastasis-reducer -a \
     "instructions": "What is your name?",
     "challenge": "91GPWWR"
     } }' \
-       add_authentication < $B2FILE > $B1FILE 
+       add_authentication < $B2FILE > $B1FILE
 echo -n "."
 # "64S36" encodes "123"
 anastasis-reducer -a \
diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index 8ad83cd..ce2857f 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -163,8 +163,8 @@ echo -n "Testing for anastasis-reducer ..."
 anastasis-reducer -h > /dev/null || exit_skip "anastasis-reducer required"
 echo " FOUND"
 
-export LIBEUFIN_NEXUS_DB_CONNECTION="jdbc:sqlite:$(mktemp -u 
/tmp/nexus-db-XXXXXX.sqlite)"
-export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:$(mktemp -u 
/tmp/sandbox-db-XXXXXX.sqlite)"
+export LIBEUFIN_NEXUS_DB_CONNECTION="postgres:///anastasischeck"
+export LIBEUFIN_SANDBOX_DB_CONNECTION="postgres:///anastasischeck"
 NEXUS_URL="http://localhost:5001/";
 SANDBOX_URL="http://localhost:5000/";
 

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