Changeset 66468 in vbox
- Timestamp:
- Apr 7, 2017 8:03:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r66466 r66468 809 809 sBase = oProcess.getBaseImageNameNoExeSuff(); 810 810 if sBase is not None and sBase.lower() == sName and any(sArg in s for s in oProcess.asArgs): 811 811 812 812 reporter.log('Killing %s process: %s (%s)' % (sDesc, oProcess.iPid, sBase)); 813 813 utils.processKill(oProcess.iPid); … … 844 844 while cTimes < 3: 845 845 cTimes += 1; 846 cKilled = self._killProcessesByNameAndArgSubstr('rundll32', 'InstallSecurityPromptRunDllW', 'MSI driver installation'); 846 cKilled = self._killProcessesByNameAndArgSubstr('rundll32', 'InstallSecurityPromptRunDllW', 847 'MSI driver installation'); 847 848 if cKilled <= 0: 848 849 break;
Note:
See TracChangeset
for help on using the changeset viewer.