mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
@@ -96,7 +96,6 @@ class ResultsTextReport(object):
|
|||||||
if 'ltpresult.sections' in result and suite not in result['ltpresult.sections']:
|
if 'ltpresult.sections' in result and suite not in result['ltpresult.sections']:
|
||||||
try:
|
try:
|
||||||
_, suite, suite1, test = k.split(".", 3)
|
_, suite, suite1, test = k.split(".", 3)
|
||||||
print("split2: %s %s %s" % (suite, suite1, test))
|
|
||||||
if suite + "." + suite1 in result['ltpresult.sections']:
|
if suite + "." + suite1 in result['ltpresult.sections']:
|
||||||
suite = suite + "." + suite1
|
suite = suite + "." + suite1
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|||||||
Reference in New Issue
Block a user