summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-10-27 17:24:50 +1100
committerChris Johns <chrisj@rtems.org>2017-10-27 17:26:26 +1100
commit910196d686fb4d67090acf4874ec28fe1ed1e2e5 (patch)
tree77fdf84bd2ff78e1c45e33fd715e42ec20575703
parentsb: Add a log capture interface to capture the console output. (diff)
downloadrtems-source-builder-910196d686fb4d67090acf4874ec28fe1ed1e2e5.tar.bz2
sb: Add a call to get the post processed report output.
Update #3210.
-rw-r--r--source-builder/sb/reports.py3
1 files changed, 3 insertions, 0 deletions
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: