Changeset 65007 in vbox
- Timestamp:
- Dec 23, 2016 4:52:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r65006 r65007 861 861 # Try our best to parse ps output. (Not perfect but does the job most of the time.) 862 862 try: 863 sRaw = processOutputChecked([ '/usr/ ccs/bin/ps', '-A',863 sRaw = processOutputChecked([ '/usr/bin/ps', '-A', 864 864 '-o', 'pid=', 865 865 '-o', 'ppid=',
Note:
See TracChangeset
for help on using the changeset viewer.