VirtualBox

Changeset 93874 in vbox for trunk


Ignore:
Timestamp:
Feb 21, 2022 7:18:26 PM (3 years ago)
Author:
vboxsync
Message:

vsheriff: better detection of "misc: unit tests"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r93781 r93874  
    155155        """ Test case classification: The unit test doing all our testcase/*.cpp stuff. """
    156156        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'));
    158158
    159159    def isVBoxInstallTest(self):
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette