Fix TestApp.cleanup_trees was obsoleted

This commit is contained in:
Takeshi KOMIYA 2015-12-24 10:57:03 +09:00
parent ae1d9d8ff7
commit 02f013aba5
2 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,6 @@ def test_latex(app, status, warning):
if p.returncode != 0:
print(stdout)
print(stderr)
del app.cleanup_trees[:]
assert False, 'latex exited with return code %s' % p.returncode
finally:
os.chdir(cwd)

View File

@ -58,7 +58,6 @@ def test_texinfo(app, status, warning):
if retcode != 0:
print(stdout)
print(stderr)
del app.cleanup_trees[:]
assert False, 'makeinfo exited with return code %s' % retcode
finally:
os.chdir(cwd)