gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix test_23


From: gnunet
Subject: [taler-exchange] branch master updated: fix test_23
Date: Sat, 18 Jan 2020 17:38:58 +0100

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 fef001cf fix test_23
fef001cf is described below

commit fef001cfddcded0f6290f101fd35eed27f7b976c
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 17:38:56 2020 +0100

    fix test_23
---
 src/auditor/test-auditor.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 6470b769..1b3755c2 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1301,10 +1301,11 @@ then
     fi
     echo PASS
 
-    # Second pass, this time accounting is wrong in the OTHER direction
+    echo "Second pass: changing how amount is wrong to other direction"
     NEW_AMOUNT=`expr $OLD_AMOUNT + 1000000 || true`
     echo "UPDATE wire_out SET amount_frac=${NEW_AMOUNT} WHERE wireout_uuid=1;" 
| psql -Aqt $DB
 
+    pre_audit
     audit_only
     post_audit
 

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



reply via email to

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