diff options
Diffstat (limited to 'test/Docbook/basic/html/html_cmd.py')
-rw-r--r-- | test/Docbook/basic/html/html_cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Docbook/basic/html/html_cmd.py b/test/Docbook/basic/html/html_cmd.py index 122d8bc..7e9a0a3 100644 --- a/test/Docbook/basic/html/html_cmd.py +++ b/test/Docbook/basic/html/html_cmd.py @@ -38,7 +38,7 @@ if not xsltproc: test.dir_fixture('image') # Normal invocation -test.run(arguments=['-f','SConstruct.cmd','DOCBOOK_XSLTPROC=%s'%xsltproc]) +test.run(arguments=['-f','SConstruct.cmd','DOCBOOK_XSLTPROC=%s'%xsltproc], stderr=None) test.must_not_be_empty(test.workpath('manual.html')) # Cleanup |