VirtualBox

Changeset 76911 in vbox


Ignore:
Timestamp:
Jan 21, 2019 10:50:25 AM (6 years ago)
Author:
vboxsync
Message:

ValidationKit/vboxinstaller: Fixed uploading verbose uninstallation log twice on failure. Upload a distinguished verbose uninstallation log if the installer requested a reboot instead.

File:
1 edited

Legend:

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

    r76553 r76911  
    909909                if iRc == 3010: # ERROR_SUCCESS_REBOOT_REQUIRED
    910910                    reporter.log('Note: Uninstaller required a reboot to complete uninstallation');
     911                    reporter.addLogFile(sLogFile, 'log/uninstaller_reboot', "Verbose MSI uninstallation log file (reboot required)");
    911912                    # Optional, don't fail.
    912913                else:
    913914                    fRc = False;
    914             reporter.addLogFile(sLogFile, 'log/uninstaller', "Verbose MSI uninstallation log file");
    915915
    916916        self._waitForTestManagerConnectivity(30);
    917917        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");
    919919
    920920        # Log driver service states (should ls \Driver\VBox* and \Device\VBox*).
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