Changeset 56724 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Jul 1, 2015 7:59:40 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101369
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r56714 r56724 559 559 and self.sUnitTestsPathBase != self.sVBoxInstallRoot: 560 560 561 if utils.getHostOs() == 'win': 562 sDstDir = self.sVBoxInstallRoot; # Have trouble finding VMMR0.r0 and friends if in sub-dir. 563 else: 564 sDstDir = os.path.join(self.sVBoxInstallRoot, sTestCaseSubDir); 561 sDstDir = os.path.join(self.sVBoxInstallRoot, sTestCaseSubDir); 565 562 if not os.path.exists(sDstDir): 566 563 self._hardenedMkDir(sDstDir);
Note:
See TracChangeset
for help on using the changeset viewer.