mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Make the integration test strict
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user