diff options
Diffstat (limited to 'test/Docbook/basedir/htmlhelp/htmlhelp_cmd.py')
-rw-r--r-- | test/Docbook/basedir/htmlhelp/htmlhelp_cmd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Docbook/basedir/htmlhelp/htmlhelp_cmd.py b/test/Docbook/basedir/htmlhelp/htmlhelp_cmd.py index ebefb92..9d6a4b1 100644 --- a/test/Docbook/basedir/htmlhelp/htmlhelp_cmd.py +++ b/test/Docbook/basedir/htmlhelp/htmlhelp_cmd.py @@ -40,13 +40,13 @@ if not (xsltproc and test.dir_fixture('image') # Normal invocation -test.run(arguments=['-f','SConstruct.cmd'], stderr=None) +test.run(arguments=['-f','SConstruct.cmd','DOCBOOK_XSLTPROC=%s'%xsltproc], stderr=None) test.must_not_be_empty(test.workpath('output/index.html')) test.must_not_be_empty(test.workpath('htmlhelp.hhp')) test.must_not_be_empty(test.workpath('toc.hhc')) # Cleanup -test.run(arguments=['-f','SConstruct.cmd','-c']) +test.run(arguments=['-f','SConstruct.cmd','-c','DOCBOOK_XSLTPROC=%s'%xsltproc]) test.must_not_exist(test.workpath('output/index.html')) test.must_not_exist(test.workpath('htmlhelp.hhp')) test.must_not_exist(test.workpath('toc.hhc')) |