summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 17:38:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 17:38:56 +0100
commitfef001cfddcded0f6290f101fd35eed27f7b976c (patch)
treeb9d2366f45af54742c92c6a802f30d5767c2047c /src
parent684da791cc9ad3c86b4c28089c050ab7efd5e796 (diff)
downloadexchange-fef001cfddcded0f6290f101fd35eed27f7b976c.tar.gz
exchange-fef001cfddcded0f6290f101fd35eed27f7b976c.tar.bz2
exchange-fef001cfddcded0f6290f101fd35eed27f7b976c.zip
fix test_23
Diffstat (limited to 'src')
-rwxr-xr-xsrc/auditor/test-auditor.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 6470b769a..1b3755c25 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