mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02: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:
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user