Changeset 65376 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jan 19, 2017 4:27:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/btresolver.py
r65374 r65376 93 93 fRc = False; 94 94 try: 95 sDbgArchive = os.path.join(self.s BuildRoot, 'bin', 'VirtualBox-dbg.tar.bz2');95 sDbgArchive = os.path.join(self.sScratchPath, 'bin', 'VirtualBox-dbg.tar.bz2'); 96 96 97 97 # Extract debug symbol archive if it was found. … … 398 398 fRc = False; 399 399 try: 400 sDbgArchive = os.path.join(self.s BuildRoot, 'bin', 'VirtualBoxDebug.tar.bz2');400 sDbgArchive = os.path.join(self.sScratchPath, 'bin', 'VirtualBoxDebug.tar.bz2'); 401 401 402 402 # Extract debug symbol archive if it was found.
Note:
See TracChangeset
for help on using the changeset viewer.