[rtems-tools commit] tester: Minor fix to the test results mail.

Chris Johns chrisj at rtems.org
Tue Oct 24 23:21:53 UTC 2017


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Oct 25 10:21:22 2017 +1100

tester: Minor fix to the test results mail.

---

 tester/rt/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester/rt/test.py b/tester/rt/test.py
index 3bbd34b..bb6d627 100644
--- a/tester/rt/test.py
+++ b/tester/rt/test.py
@@ -79,7 +79,7 @@ class log_capture(object):
                 elif len(status) > 1:
                     s += [status[0]]
                     if len(status) > 2:
-                        s += [' <skipped passes>' + os.linesep]
+                        s += [' <<skipping passes>>']
                     s += [status[-1]]
                     status = []
                 s += [l]



More information about the vc mailing list