VirtualBox

Ignore:
Timestamp:
Mar 28, 2017 6:39:14 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit: for now don't fail a test on Windows even if services are still running after uninstallation

File:
1 edited

Legend:

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

    r66265 r66275  
    469469        elif sHost == 'linux':      fRc = self._uninstallVBoxOnLinux();
    470470        elif sHost == 'solaris':    fRc = self._uninstallVBoxOnSolaris();
    471         elif sHost == 'win':        fRc = self._uninstallVBoxOnWindows();
     471        elif sHost == 'win':        fRc = self._uninstallVBoxOnWindows(True);
    472472        else:
    473473            reporter.error('Unsupported host "%s".' % (sHost,));
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