Make the integration test strict

This commit is contained in:
Dougal Matthews
2016-03-02 08:18:25 +00:00
parent a171479f14
commit 3446d472e9

View File

@@ -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):