- Timestamp:
- Feb 21, 2022 7:18:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r93781 r93874 155 155 """ Test case classification: The unit test doing all our testcase/*.cpp stuff. """ 156 156 return self.isVBoxTest() \ 157 and (self.oTestCase.sName.lower() == 'unit tests' or self.oTestCase.sName.lower() == 'misc: unit tests');157 and (self.oTestCase.sName.lower() == 'unit tests' or self.oTestCase.sName.lower().startswith('misc: unit tests')); 158 158 159 159 def isVBoxInstallTest(self):
Note:
See TracChangeset
for help on using the changeset viewer.