From 3446d472e9429747719cbabefa18348af8daafa5 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 2 Mar 2016 08:18:25 +0000 Subject: [PATCH] Make the integration test strict --- mkdocs/tests/integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/tests/integration.py b/mkdocs/tests/integration.py index 7b13d30e..d09119db 100644 --- a/mkdocs/tests/integration.py +++ b/mkdocs/tests/integration.py @@ -46,7 +46,7 @@ def main(output=None): log.addHandler(stream) log.setLevel(logging.DEBUG) - base_cmd = ['mkdocs', 'build', '-v', '--site-dir', ] + base_cmd = ['mkdocs', 'build', '-s', '-v', '--site-dir', ] log.debug("Building installed themes.") for theme in sorted(MKDOCS_THEMES):