summaryrefslogtreecommitdiff
path: root/test/ConfirmTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-27 01:52:54 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-27 01:52:54 -0400
commitb1adca6c806eb584f1e4cc648c743d9acb99c9a7 (patch)
tree2308276b195bd6abd22ed632cc81be0b57388d90 /test/ConfirmTests.py
parent3d4ff149950698de47b77a939eb5e2702518e1e1 (diff)
downloadfork-ledger-b1adca6c806eb584f1e4cc648c743d9acb99c9a7.tar.gz
fork-ledger-b1adca6c806eb584f1e4cc648c743d9acb99c9a7.tar.bz2
fork-ledger-b1adca6c806eb584f1e4cc648c743d9acb99c9a7.zip
Run the confirm tests using --verify
Diffstat (limited to 'test/ConfirmTests.py')
-rwxr-xr-xtest/ConfirmTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ConfirmTests.py b/test/ConfirmTests.py
index 50791e43..3f0c4eb7 100755
--- a/test/ConfirmTests.py
+++ b/test/ConfirmTests.py
@@ -91,7 +91,7 @@ def confirm_report(args):
return not failure
for cmd in commands:
- if confirm_report("%s --args-only --columns=80 %s" %
+ if confirm_report("%s --args-only --verify --columns=80 %s" %
(ledger, re.sub('\$tests', tests, cmd))):
print ".",
succeeded += 1