mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
updated tests to use builddir instead of outdir
This commit is contained in:
parent
6f3932660a
commit
2dcb0f0178
@ -28,7 +28,7 @@ def teardown_module():
|
||||
def search_adapter_helper(adapter):
|
||||
clear_builddir()
|
||||
|
||||
settings = {'outdir': os.path.join(test_root, 'websupport'),
|
||||
settings = {'builddir': os.path.join(test_root, 'websupport'),
|
||||
'status': StringIO(),
|
||||
'warning': StringIO()}
|
||||
settings.update({'srcdir': test_root,
|
||||
|
@ -27,7 +27,7 @@ except ImportError:
|
||||
wraps = lambda f: (lambda w: w)
|
||||
|
||||
|
||||
default_settings = {'outdir': os.path.join(test_root, 'websupport'),
|
||||
default_settings = {'builddir': os.path.join(test_root, 'websupport'),
|
||||
'status': StringIO(),
|
||||
'warning': StringIO()}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user