diff options
Diffstat (limited to 'src/auditor')
-rwxr-xr-x | src/auditor/test-auditor.sh | 3 |
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 |