Changeset 71928 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 20, 2018 7:14:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r70521 r71928 357 357 asCandidates = [ 358 358 self.oBuild.sInstallPath, 359 os.path.join(self.sScratchPath, utils.getHostOsDotArch(), self.oBuild.sType, sBinOrDist), 360 os.path.join(self.sScratchPath, utils.getHostOsDotArch(), 'release', sBinOrDist), 361 os.path.join(self.sScratchPath, utils.getHostOsDotArch(), 'debug', sBinOrDist), 362 os.path.join(self.sScratchPath, utils.getHostOsDotArch(), 'strict', sBinOrDist), 363 os.path.join(self.sScratchPath, utils.getHostOsDotArch(), 'dbgopt', sBinOrDist), 364 os.path.join(self.sScratchPath, utils.getHostOsDotArch(), 'profile', sBinOrDist), 359 365 os.path.join(self.sScratchPath, sBinOrDist + '.' + utils.getHostArch()), 360 366 os.path.join(self.sScratchPath, sBinOrDist, utils.getHostArch()),
Note:
See TracChangeset
for help on using the changeset viewer.