Changeset 97950 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jan 3, 2023 1:50:47 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155041
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r97949 r97950 498 498 break 499 499 500 if not self.sUnitTestsPathSrc: 500 if self.sUnitTestsPathSrc: 501 reporter.log('Unit test source dir path: ', self.sUnitTestsPathSrc) 502 else: 501 503 reporter.error('Unable to find unit test source dir. Candidates: %s' % (asCandidates,)); 502 504 return False 503 else: 504 reporter.log('Unit test source dir path: ', self.sUnitTestsPathSrc) 505 505 506 else: 506 507 reporter.log2('Unit test source dir already set to "%s"' % (self.sUnitTestsPathSrc));
Note:
See TracChangeset
for help on using the changeset viewer.