summaryrefslogtreecommitdiffstats
path: root/scripts
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-05-27 10:22:31 +0100
commit7a6739398a4a0760c6ae7aa90f91ffac89309e05 (patch)
treeaf1ff5e9c6eef7eb9b21487078ff33b4c2fd26ff /scripts
parentc2dc8be24b160740ecbc46391f54bffa13b17612 (diff)
downloadpoky-7a6739398a4a0760c6ae7aa90f91ffac89309e05.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: 66e96bf70753933714ff8edcc13a1f35a052656f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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: