Explorar o código

Absolute paths in xsltproc calls

[SVN r36991]
Misha Bergal %!s(int64=19) %!d(string=hai) anos
pai
achega
12e982bb8c
Modificáronse 1 ficheiros con 1 adicións e 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号