summaryrefslogtreecommitdiff
path: root/Test/lit.site.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Test/lit.site.cfg')
-rw-r--r--Test/lit.site.cfg2
1 files changed, 1 insertions, 1 deletions
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'