From: Serge Rehbinder Date: Thu, 4 Aug 2016 13:17:53 +0000 (+0200) Subject: 'sat jobs' add the input file path in the boards xml files X-Git-Tag: 5.0.0a1~159 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c5c60a1e7f2931926ea274d232fac41ffd2b7875;p=tools%2Fsat.git 'sat jobs' add the input file path in the boards xml files --- diff --git a/commands/jobs.py b/commands/jobs.py index 2e01564..b6c4abe 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -1078,6 +1078,9 @@ class Gui(object): for board in list(self.d_input_boards.keys()): if board not in self.d_xml_board_files: self.add_xml_board(board) + root_node = self.d_xml_board_files[board].xmlroot + src.xmlManager.append_node_attrib(root_node, + {"input_file" : self.file_boards}) # Loop over all jobs in order to get the lines and columns for each # xml file diff --git a/src/xsl/jobs_board_report.xsl b/src/xsl/jobs_board_report.xsl index 0f8bef9..d3b4df0 100644 --- a/src/xsl/jobs_board_report.xsl +++ b/src/xsl/jobs_board_report.xsl @@ -259,8 +259,8 @@ + input file: -