From 191ff327c49796e8a64fae893520d878b32d3268 Mon Sep 17 00:00:00 2001 From: Clément Pit--Claudel Date: Sun, 7 Jun 2015 12:38:31 -0700 Subject: Fix the UseBaseNameForFileName flag; it shouldn't set the return code to zero. The test suite relies on error codes all being zero (except for preprocessing errors), so add a flag for that (as suggested in a source comment). --- Test/lit.site.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/lit.site.cfg') diff --git a/Test/lit.site.cfg b/Test/lit.site.cfg index d0b3a85b..1fe593f4 100644 --- a/Test/lit.site.cfg +++ b/Test/lit.site.cfg @@ -91,7 +91,7 @@ if os.name == 'posix': lit_config.fatal('Cannot find mono. Make sure it is your PATH') # Expected output does not contain logo -dafnyExecutable += ' -nologo' +dafnyExecutable += ' -nologo -countVerificationErrors:0' # We do not want absolute or relative paths in error messages, just the basename of the file dafnyExecutable += ' -useBaseNameForFileName' -- cgit v1.2.3