VirtualBox

Changeset 86440 in vbox


Ignore:
Timestamp:
Oct 4, 2020 11:39:48 AM (4 years ago)
Author:
vboxsync
Message:

testdriver/vbox.py: Undo libasan.so.X preloading and memory leak detection disabling from vboxinstaller.py. Also, try use VBoxManage --dump-build-type to figure out the build type instead of assuming everything is a release build. bugref:9841

File:
1 edited

Legend:

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

    r86438 r86440  
    462462
    463463            # Determine the build type.
    464             (iExit, sStdOut, sStdErr) = utils.processOutputUnchecked([os.path.join(self.sInstallPath,
    465                                                                                    'VBoxManage' + base.exeSuff()),
    466                                                                       '--dump-build-type']);
     464            (iExit, sStdOut, _) = utils.processOutputUnchecked([os.path.join(self.sInstallPath,
     465                                                                             'VBoxManage' + base.exeSuff()),
     466                                                                '--dump-build-type']);
    467467            sStdOut = sStdOut.strip();
    468468            if iExit == 0 and sStdOut in ('release', 'debug', 'strict', 'dbgopt', 'asan'):
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