Explorar el Código

Absolute paths in xsltproc calls

[SVN r36991]
Misha Bergal hace 19 años
padre
commit
12e982bb8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/regression/xsl_reports/boostbook_report.py

+ 1 - 1
tools/regression/xsl_reports/boostbook_report.py

@@ -128,7 +128,7 @@ def boostbook_report( options ):
         process_boostbook_build_log( os.path.join( unpacked_docs_dir, 'boostbook.log' ), read_timestamp( unpacked_docs_dir ) )
         utils.libxslt( log
                          , os.path.abspath( os.path.join( unpacked_docs_dir, 'boostbook.log.xml' ) )
-                         , os.path.join( os.path.dirname( __file__ ), 'xsl', 'v2', 'boostbook_log.xsl' )  
+                         , os.path.abspath( os.path.join( os.path.dirname( __file__ ), 'xsl', 'v2', 'boostbook_log.xsl' ) ) 
                          , os.path.abspath( os.path.join( unpacked_docs_dir, 'boostbook.log.html' ) ) )
 
         

粤ICP备19079148号