summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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