gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: Don't hardcode directory in tale


From: gnunet
Subject: [taler-exchange] branch master updated: Don't hardcode directory in taler-auditor-sync(1) invocation
Date: Wed, 02 Mar 2022 23:37:38 +0100

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

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 80fc8231 Don't hardcode directory in taler-auditor-sync(1) invocation
80fc8231 is described below

commit 80fc8231ade4e8581dc0447f31bd280bb9c41d3d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 2 17:32:52 2022 -0500

    Don't hardcode directory in taler-auditor-sync(1) invocation
---
 src/auditor/test-sync.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh
index af6f4553..a69201a8 100755
--- a/src/auditor/test-sync.sh
+++ b/src/auditor/test-sync.sh
@@ -16,7 +16,7 @@ echo -n "."
 psql talercheck-in < auditor-basedb.sql >/dev/null 2> /dev/null
 
 echo -n "."
-~/bin/taler-auditor-sync -s test-sync-in.conf -d test-sync-out.conf -t
+taler-auditor-sync -s test-sync-in.conf -d test-sync-out.conf -t
 
 # cs_nonce_locks excluded: no point
 for table in denominations denomination_revocations wire_targets reserves 
reserves_in reserves_close reserves_out auditors auditor_denom_sigs 
exchange_sign_keys signkey_revocations extensions extension_details known_coins 
refresh_commitments refresh_revealed_coins refresh_transfer_keys deposits 
refunds wire_out aggregation_tracking wire_fee recoup recoup_refresh

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