mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
oeqa.buildperf: show skipped tests in results, too
(From OE-Core rev: 4112779f9f314148b475fc4b8e33146de8be6b27) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
81b8ccc1f6
commit
c5d1301245
@@ -161,7 +161,8 @@ class BuildPerfTestResult(unittest.TextTestResult):
|
||||
'FAIL': self.failures,
|
||||
'ERROR': self.errors,
|
||||
'EXP_FAIL': self.expectedFailures,
|
||||
'UNEXP_SUCCESS': self.unexpectedSuccesses}
|
||||
'UNEXP_SUCCESS': self.unexpectedSuccesses,
|
||||
'SKIPPED': self.skipped}
|
||||
for status, tests in result_map.items():
|
||||
for test in tests:
|
||||
yield (status, test)
|
||||
|
||||
Reference in New Issue
Block a user