VirtualBox

Ignore:
Timestamp:
Mar 30, 2022 3:51:29 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/unit tests: More fixes for remote execution. ​bugref:10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r94396 r94400  
    396396        """
    397397
     398        reporter.log2('Detecting paths ...');
     399
    398400        #
    399401        # We need a VBox install (/ build) to test.
     
    509511            self.sUnitTestsPathSrc = asArgs[iArg];
    510512            self.sMode = 'remote-exec';
    511             reporter.log('Unittest source explicitly set to "%s"' % (self.sUnitTestsPathSrc));
     513            reporter.log('Unit test source explicitly set to "%s"' % (self.sUnitTestsPathSrc));
    512514        elif asArgs[iArg] == '--only-whitelist':
    513515            self.fOnlyWhiteList = True;
     
    558560
    559561    def actionExecute(self):
    560         if self.sUnitTestsPathSrc is None:
     562        if not self.sUnitTestsPathSrc:
    561563            if not self._detectPaths():
    562564                return False;
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