From c5c60a1e7f2931926ea274d232fac41ffd2b7875 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Thu, 4 Aug 2016 15:17:53 +0200 Subject: [PATCH] 'sat jobs' add the input file path in the boards xml files --- commands/jobs.py | 3 +++ src/xsl/jobs_board_report.xsl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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: - -- 2.39.2