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, 27 Mar 2020 12:39:22 +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 813e412f fix test
813e412f is described below

commit 813e412f2441ba999ddab917d9208abd9369e2fb
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 12:39:20 2020 +0100

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

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index e1f89e6d..7b397036 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1715,7 +1715,7 @@ then
         exit_fail "Reported total amount wrong: $AMOUNT"
     fi
 
-    OP=`jq -r --arg dep "deposit" '.bad_sig_losses[] | select(.operation == 
$dep) | .operation | head -n1' < test-audit-coins.json`
+    OP=`jq -r --arg dep "deposit" '.bad_sig_losses[] | select(.operation == 
$dep) | .operation'< test-audit-coins.json | head -n1`
     if test "x$OP" != "xdeposit"
     then
         exit_fail "Reported wrong operation: $OP"

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



reply via email to

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