mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
samba.tests.docs: Write error output from xsltproc to standard out.
This commit is contained in:
@ -47,7 +47,7 @@ def get_documented_parameters(sourcedir):
|
||||
try:
|
||||
p = subprocess.Popen(
|
||||
["xsltproc", "--xinclude", "--param", "smb.context", "ALL", "generate-context.xsl", "parameters.all.xml"],
|
||||
stdout=subprocess.PIPE, cwd=os.path.join(sourcedir, "docs-xml", "smbdotconf"))
|
||||
stderr=subprocess.STDOUT, stdout=subprocess.PIPE, cwd=os.path.join(sourcedir, "docs-xml", "smbdotconf"))
|
||||
except OSError, e:
|
||||
if e.errno == errno.ENOENT:
|
||||
raise NoXsltProc()
|
||||
|
Reference in New Issue
Block a user