Changeset 56714 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jun 30, 2015 9:58:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r56295 r56714 559 559 and self.sUnitTestsPathBase != self.sVBoxInstallRoot: 560 560 561 sDstDir = os.path.join(self.sVBoxInstallRoot, sTestCaseSubDir); 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); 562 565 if not os.path.exists(sDstDir): 563 566 self._hardenedMkDir(sDstDir);
Note:
See TracChangeset
for help on using the changeset viewer.