gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: more comments


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: more comments
Date: Thu, 22 Aug 2019 15:48:37 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new aba79636 more comments
aba79636 is described below

commit aba79636ab81d0830ad3502a4525e284f0aabdb2
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Aug 22 15:48:35 2019 +0200

    more comments
---
 src/auditor/test-auditor.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index ecd89c74..3127e462 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -10,11 +10,15 @@ DB=taler-auditor-test
 dropdb $DB 2> /dev/null || true
 createdb -T template0 $DB || exit 77
 jq -h > /dev/null || exit 77
+# Import pre-generated database, -q(ietly) using single (-1) transaction
 psql $DB -q -1 -f ../benchmark/auditor-basedb.sql > /dev/null
 MASTER_PUB=`cat ../benchmark/auditor-basedb.mpub`
 
+# Run the auditor!
 taler-auditor -c test-auditor.conf -m $MASTER_PUB > test-audit.json
 
+# TODO:
+# launch bank and run wire-auditor eventually as well!
 
 fail=0
 # if an emergency was detected, that is a bug and we should fail

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]