VirtualBox

Changeset 71928 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Apr 20, 2018 7:14:16 AM (7 years ago)
Author:
vboxsync
Message:

tdUnitTest1.py: Prep for new combined VBoxAll layout. bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r70521 r71928  
    357357        asCandidates = [
    358358            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),
    359365            os.path.join(self.sScratchPath, sBinOrDist + '.' + utils.getHostArch()),
    360366            os.path.join(self.sScratchPath, sBinOrDist, utils.getHostArch()),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette