[rtems-tools commit] tester: Fix rtems-bsp-builder reporting bug

Chris Johns chrisj at rtems.org
Wed Nov 1 03:30:47 UTC 2017


Module:    rtems-tools
Branch:    master
Commit:    0fe3a4b58686889aecbbe33ccb71ae69dd669504
Changeset: http://git.rtems.org/rtems-tools/commit/?id=0fe3a4b58686889aecbbe33ccb71ae69dd669504

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Nov  1 14:30:32 2017 +1100

tester: Fix rtems-bsp-builder reporting bug

---

 tester/rt/check.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tester/rt/check.py b/tester/rt/check.py
index 7e81d30..8c77dbd 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -343,7 +343,7 @@ class warnings_errors:
             s += textbox.line(cols_1, marker = '+', indent = 1)
         return s
 
-    def warnings_report(self, summary):
+    def warnings_report(self, summary = False):
         self.lock.acquire()
         s = ' No warnings' + os.linesep
         try:
@@ -1285,7 +1285,7 @@ class builder:
                                         os.linesep))
                 f.write(os.linesep)
                 f.write(command_line() + os.linesep)
-                f.write(self.results.warnings_errors.report())
+                f.write(self.results.warnings_errors.warnings_report())
 
     def _failures_report(self):
         if self.options['failures-report'] is not None:



More information about the vc mailing list