Changeset 76911 in vbox
- Timestamp:
- Jan 21, 2019 10:50:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r76553 r76911 909 909 if iRc == 3010: # ERROR_SUCCESS_REBOOT_REQUIRED 910 910 reporter.log('Note: Uninstaller required a reboot to complete uninstallation'); 911 reporter.addLogFile(sLogFile, 'log/uninstaller_reboot', "Verbose MSI uninstallation log file (reboot required)"); 911 912 # Optional, don't fail. 912 913 else: 913 914 fRc = False; 914 reporter.addLogFile(sLogFile, 'log/uninstaller', "Verbose MSI uninstallation log file");915 915 916 916 self._waitForTestManagerConnectivity(30); 917 917 if fRc is False and os.path.isfile(sLogFile): 918 reporter.addLogFile(sLogFile, 'log/uninstaller' );918 reporter.addLogFile(sLogFile, 'log/uninstaller', "Verbose MSI uninstallation log file"); 919 919 920 920 # Log driver service states (should ls \Driver\VBox* and \Device\VBox*).
Note:
See TracChangeset
for help on using the changeset viewer.