[rtems-source-builder commit] sb: Add a call to get the post processed report output.
Chris Johns
chrisj at rtems.org
Fri Oct 27 06:27:06 UTC 2017
Module: rtems-source-builder
Branch: master
Commit: 910196d686fb4d67090acf4874ec28fe1ed1e2e5
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=910196d686fb4d67090acf4874ec28fe1ed1e2e5
Author: Chris Johns <chrisj at rtems.org>
Date: Fri Oct 27 17:24:50 2017 +1100
sb: Add a call to get the post processed report output.
Update #3210.
---
source-builder/sb/reports.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/source-builder/sb/reports.py b/source-builder/sb/reports.py
index 3aa0952..046045c 100644
--- a/source-builder/sb/reports.py
+++ b/source-builder/sb/reports.py
@@ -828,6 +828,9 @@ class report:
self.generate_ini_source(sources)
self.generate_ini_hash(sources)
+ def get_output(self):
+ return self.formatter.post_process()
+
def write(self, name):
self.out = self.formatter.post_process()
if name is not None:
More information about the vc
mailing list