VirtualBox

Ignore:
Timestamp:
Jun 22, 2017 8:24:04 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116298
Message:

ValidationKit/btresolver: Fix getting list of loaded binaries for certain Solaris versions

File:
1 edited

Legend:

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

    r65967 r67552  
    462462            if     len(asItems) == 4 \
    463463               and asItems[3].startswith('/opt/VirtualBox') \
    464                and asItems[2] == 'r-x--':
     464               and (   asItems[2] == 'r-x--' \
     465                    or asItems[2] == 'r-x----'):
    465466                fFound = False;
    466467                sBinaryFile = os.path.basename(asItems[3]);
Note: See TracChangeset for help on using the changeset viewer.

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