summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-26 17:33:56 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-26 17:33:56 +0900
commit6d08efe2dd28ad3084f2e6fe056c8df7d876a019 (patch)
tree718bd336862c9f4893cdef5417f9d742caf83f1f
parentd3d9e3dfc8e049200f366451bf71ac84be78c0a5 (diff)
downloadsphinx-git-6d08efe2dd28ad3084f2e6fe056c8df7d876a019.tar.gz
test: Replace app.buildername by app.builder.name
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 6fab88b12..5015c46f3 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -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())