summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-26 20:52:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-05 21:36:30 +0100
commit212c92482c91bd513bdbab5cb2c12acdce6f81ca (patch)
tree186f42653c3358cf202d264f0b2b903d85303cb2
parent7c65513587293d9f22746e534184629b3b30db52 (diff)
downloadpoky-212c92482c91bd513bdbab5cb2c12acdce6f81ca.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. (From OE-Core rev: 10d1d2ffa0906561d65886caee44652242139913) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 66e96bf70753933714ff8edcc13a1f35a052656f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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):
96 if 'ltpresult.sections' in result and suite not in result['ltpresult.sections']: 96 if 'ltpresult.sections' in result and suite not in result['ltpresult.sections']:
97 try: 97 try:
98 _, suite, suite1, test = k.split(".", 3) 98 _, suite, suite1, test = k.split(".", 3)
99 print("split2: %s %s %s" % (suite, suite1, test))
100 if suite + "." + suite1 in result['ltpresult.sections']: 99 if suite + "." + suite1 in result['ltpresult.sections']:
101 suite = suite + "." + suite1 100 suite = suite + "." + suite1
102 except ValueError: 101 except ValueError: