Changeset 94400 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Mar 30, 2022 3:51:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r94396 r94400 396 396 """ 397 397 398 reporter.log2('Detecting paths ...'); 399 398 400 # 399 401 # We need a VBox install (/ build) to test. … … 509 511 self.sUnitTestsPathSrc = asArgs[iArg]; 510 512 self.sMode = 'remote-exec'; 511 reporter.log('Unit test source explicitly set to "%s"' % (self.sUnitTestsPathSrc));513 reporter.log('Unit test source explicitly set to "%s"' % (self.sUnitTestsPathSrc)); 512 514 elif asArgs[iArg] == '--only-whitelist': 513 515 self.fOnlyWhiteList = True; … … 558 560 559 561 def actionExecute(self): 560 if self.sUnitTestsPathSrc is None:562 if not self.sUnitTestsPathSrc: 561 563 if not self._detectPaths(): 562 564 return False;
Note:
See TracChangeset
for help on using the changeset viewer.