From b1adca6c806eb584f1e4cc648c743d9acb99c9a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Feb 2009 01:52:54 -0400 Subject: Run the confirm tests using --verify --- test/ConfirmTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ConfirmTests.py') 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 -- cgit v1.2.3