VirtualBox

Changeset 66478 in vbox


Ignore:
Timestamp:
Apr 7, 2017 3:46:23 PM (8 years ago)
Author:
vboxsync
Message:

ValidationKit: typo

File:
1 edited

Legend:

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

    r66477 r66478  
    814814
    815815                reporter.log('Killing %s process: %s (%s)' % (sDesc, oProcess.iPid, sBase));
    816                 self._executeSync(['taskkill.exe', '/pid', '%u' % (oProcess.iPid,));
     816                self._executeSync(['taskkill.exe', '/pid', '%u' % (oProcess.iPid,)]);
    817817                cKilled += 1;
    818818        return cKilled;
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