Changeset 70847 in vbox for trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
- Timestamp:
- Feb 1, 2018 10:31:00 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120661
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r70660 r70847 144 144 """ Test case classification: The unit test doing all our testcase/*.cpp stuff. """ 145 145 return self.isVBoxTest() \ 146 and self.oTestCase.sName.lower() == 'unit tests';146 and (self.oTestCase.sName.lower() == 'unit tests' or self.oTestCase.sName.lower() == 'misc: unit tests'); 147 147 148 148 def isVBoxInstallTest(self):
Note:
See TracChangeset
for help on using the changeset viewer.