VirtualBox

Ignore:
Timestamp:
Sep 10, 2019 12:21:45 PM (5 years ago)
Author:
vboxsync
Message:

ValKit/vboxinstaller.py: Reverted previous commit (r133231).

File:
1 edited

Legend:

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

    r80693 r80697  
    922922        self._waitForTestManagerConnectivity(30);
    923923
    924         if os.path.isfile(sLogFile):
     924        if fRc is False and os.path.isfile(sLogFile):
    925925            reporter.addLogFile(sLogFile, 'log/uninstaller', "Verbose MSI uninstallation log file");
    926926
     
    10491049if __name__ == '__main__':
    10501050    sys.exit(VBoxInstallerTestDriver().main(sys.argv));
     1051
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