Changeset 66275 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Mar 28, 2017 6:39:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r66265 r66275 469 469 elif sHost == 'linux': fRc = self._uninstallVBoxOnLinux(); 470 470 elif sHost == 'solaris': fRc = self._uninstallVBoxOnSolaris(); 471 elif sHost == 'win': fRc = self._uninstallVBoxOnWindows( );471 elif sHost == 'win': fRc = self._uninstallVBoxOnWindows(True); 472 472 else: 473 473 reporter.error('Unsupported host "%s".' % (sHost,));
Note:
See TracChangeset
for help on using the changeset viewer.