Changeset 80697 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Sep 10, 2019 12:21:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r80693 r80697 922 922 self._waitForTestManagerConnectivity(30); 923 923 924 if os.path.isfile(sLogFile):924 if fRc is False and os.path.isfile(sLogFile): 925 925 reporter.addLogFile(sLogFile, 'log/uninstaller', "Verbose MSI uninstallation log file"); 926 926 … … 1049 1049 if __name__ == '__main__': 1050 1050 sys.exit(VBoxInstallerTestDriver().main(sys.argv)); 1051
Note:
See TracChangeset
for help on using the changeset viewer.