VirtualBox

Ignore:
Timestamp:
Jan 13, 2018 2:28:28 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit: More python 3 adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r70569 r70575  
    859859            pass;
    860860    else:
    861         if sys.platform in ('linux2', ):
     861        if sys.platform in ('linux2', 'linux', 'linux3', 'linux4', 'linux5', 'linux6'):
    862862            asPsCmd = ['/bin/ps',     '-p', '%u' % (uPid,), '-o', 'fname='];
    863863        elif sys.platform in ('sunos5',):
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