summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-26 20:52:34 +0100
committerSteve Sakoman <steve@sakoman.com>2020-05-27 04:20:23 -1000
commit10d1d2ffa0906561d65886caee44652242139913 (patch)
treebb3a139d5f8992bfcb7ab5f06f4928fda001de2c /scripts/lib
parenta7f50876f95a9be9fe045af1e4efddfe53a983f5 (diff)
downloadopenembedded-core-contrib-10d1d2ffa0906561d65886caee44652242139913.tar.gz
resulttool/report: Remove leftover debugging
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>
Diffstat (limited to 'scripts/lib')
-rw-r--r--scripts/lib/resulttool/report.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/resulttool/report.py b/scripts/lib/resulttool/report.py
index 7ceceac802..f0ca50ebe2 100644
--- a/scripts/lib/resulttool/report.py
+++ b/scripts/lib/resulttool/report.py
@@ -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: