VirtualBox

Changeset 65115 in vbox


Ignore:
Timestamp:
Jan 4, 2017 3:49:13 PM (8 years ago)
Author:
vboxsync
Message:

testdriver/vboxinstaller.py: Kill dangling VirtualBox-x.y.z-r123456-MultiArch.exe processes in _killAllVBoxProcesses.

File:
1 edited

Legend:

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

    r65114 r65115  
    310310                              'vboxnetadpctl', 'vboxtestogl', 'vboxtunctl', 'vboxvmmpreload', 'vboxxpcomipcd', 'vmCreator', ]:
    311311                    aoTodo.append(oProcess);
     312                if sBase.startswith('virtualbox-') and sBase.endswith('-multiarch.exe'):
     313                    aoTodo.append(oProcess);
    312314                if iIteration in [0, 21]  and  sBase in [ 'windbg', 'gdb', 'gdb-i386-apple-darwin', ]:
    313315                    reporter.log('Warning: debugger running: %s (%s)' % (oProcess.iPid, sBase,));
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