summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: