]> code.ossystems Code Review - openembedded-core.git/commitdiff
resulttool/report: Remove leftover debugging
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 May 2020 19:52:34 +0000 (20:52 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 27 May 2020 14:20:23 +0000 (04:20 -1000)
I've long since wondered why there was some odd output in result reports,
remove the leftover debug which was causing it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 66e96bf70753933714ff8edcc13a1f35a052656f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/resulttool/report.py

index 7ceceac802c9c55a3ac1a144d2dd1cc7b807e5d6..f0ca50ebe24d9ece26ddc5b3e991a70f28929b84 100644 (file)
@@ -96,7 +96,6 @@ class ResultsTextReport(object):
         if 'ltpresult.sections' in result and suite not in result['ltpresult.sections']:
             try:
                 _, suite, suite1, test = k.split(".", 3)
-                print("split2: %s %s %s" % (suite, suite1, test))
                 if suite + "." + suite1 in result['ltpresult.sections']:
                     suite = suite + "." + suite1
             except ValueError: