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


From: gnunet
Subject: [taler-exchange] branch master updated: fix test
Date: Fri, 17 Jan 2020 23:34:44 +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 f0d8311b fix test
f0d8311b is described below

commit f0d8311b1ccbe9e816127ca9a4de65a6f605c4b9
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 23:34:42 2020 +0100

    fix test
---
 src/auditor/test-auditor.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 8b1159b4..968d2255 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1065,12 +1065,12 @@ echo PASS
 echo -n "Testing risk/loss calculation... "
 
 AMOUNT=`jq -r .emergencies_risk_by_amount < test-audit.json`
-if test "x$AMOUNT" != "xTESTKUDOS:0"
+if test "x$AMOUNT" == "xTESTKUDOS:0"
 then
     exit_fail "Reported amount wrong: $AMOUNT"
 fi
 AMOUNT=`jq -r .emergencies_risk_by_count < test-audit.json`
-if test "x$AMOUNT" != "xTESTKUDOS:0"
+if test "x$AMOUNT" == "xTESTKUDOS:0"
 then
     exit_fail "Reported amount wrong: $AMOUNT"
 fi

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



reply via email to

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