mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-10 04:58:20 -05:00
test: Replace app.buildername by app.builder.name
This commit is contained in:
+1
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user