VirtualBox

Ignore:
Timestamp:
Feb 1, 2018 10:31:00 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120661
Message:

ValidationKit: adapt vsheriff to renamed "misc" unit tests (the collection of all compiled unit tests)

File:
1 edited

Legend:

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

    r70660 r70847  
    144144        """ Test case classification: The unit test doing all our testcase/*.cpp stuff. """
    145145        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');
    147147
    148148    def isVBoxInstallTest(self):
Note: See TracChangeset for help on using the changeset viewer.

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