mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
test: Replace app.buildername by app.builder.name
This commit is contained in:
parent
d3d9e3dfc8
commit
6d08efe2dd
@ -117,7 +117,7 @@ def app(test_params, app_params, make_app, shared_result):
|
||||
yield app_
|
||||
|
||||
print('# testroot:', kwargs.get('testroot', 'root'))
|
||||
print('# builder:', app_.buildername)
|
||||
print('# builder:', app_.builder.name)
|
||||
print('# srcdir:', app_.srcdir)
|
||||
print('# outdir:', app_.outdir)
|
||||
print('# status:', '\n' + app_._status.getvalue())
|
||||
|
Loading…
Reference in New Issue
Block a user