VirtualBox

Ignore:
Timestamp:
Jan 19, 2017 4:27:50 PM (8 years ago)
Author:
vboxsync
Message:

ValidationKit: Look in the scratch directory for the debug archive not the build/install one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/btresolver.py

    r65374 r65376  
    9393        fRc = False;
    9494        try:
    95             sDbgArchive = os.path.join(self.sBuildRoot, 'bin', 'VirtualBox-dbg.tar.bz2');
     95            sDbgArchive = os.path.join(self.sScratchPath, 'bin', 'VirtualBox-dbg.tar.bz2');
    9696
    9797            # Extract debug symbol archive if it was found.
     
    398398        fRc = False;
    399399        try:
    400             sDbgArchive = os.path.join(self.sBuildRoot, 'bin', 'VirtualBoxDebug.tar.bz2');
     400            sDbgArchive = os.path.join(self.sScratchPath, 'bin', 'VirtualBoxDebug.tar.bz2');
    401401
    402402            # Extract debug symbol archive if it was found.
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