[tests] LaTeX: use latex engines with `--halt-on-error` option

This commit is contained in:
jfbu
2018-12-18 13:41:48 +01:00
parent e9c87b3d13
commit bd2ca4763c

View File

@@ -71,6 +71,7 @@ def compile_latex_document(app):
copyfile('SphinxTests.tex',
app.config.latex_engine + '/SphinxTests.tex')
p = Popen([app.config.latex_engine,
'--halt-on-error',
'--interaction=nonstopmode',
'-output-directory=%s' % app.config.latex_engine,
'SphinxTests.tex'],