1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #15819 from alalek:ts_unblock_reporting_of_disabled_tests

This commit is contained in:
Alexander Alekhin
2019-10-31 20:39:41 +00:00
+2 -1
View File
@@ -30,7 +30,8 @@ class TestInfo(object):
self.status = xmlnode.getAttribute("status")
if self.name.startswith("DISABLED_"):
self.status = "disabled"
if self.status == 'notrun':
self.status = "disabled"
self.fixture = self.fixture.replace("DISABLED_", "")
self.name = self.name.replace("DISABLED_", "")
self.properties = {