Changeset 70575 in vbox for trunk/src/VBox/ValidationKit/common/utils.py
- Timestamp:
- Jan 13, 2018 2:28:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r70569 r70575 859 859 pass; 860 860 else: 861 if sys.platform in ('linux2', ):861 if sys.platform in ('linux2', 'linux', 'linux3', 'linux4', 'linux5', 'linux6'): 862 862 asPsCmd = ['/bin/ps', '-p', '%u' % (uPid,), '-o', 'fname=']; 863 863 elif sys.platform in ('sunos5',):
Note:
See TracChangeset
for help on using the changeset viewer.