Changeset 86003 in vbox for trunk/src/VBox/ValidationKit/tests/autostart
- Timestamp:
- Sep 2, 2020 2:56:10 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140199
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r85868 r86003 1128 1128 else: 1129 1129 if self.sTestBuild.endswith('.msi'): 1130 sLogFile = 'C: \\Temp\\VBoxInstallLog.txt';1130 sLogFile = 'C:/Temp/VBoxInstallLog.txt'; 1131 1131 (fRc, _, _, _) = self.guestProcessExecute(oGuestSession, 'Installing VBox', 1132 1132 240 * 1000, 'C:\\Windows\\System32\\msiexec.exe', … … 1138 1138 reporter.error('Installing the VBox from msi installer failed'); 1139 1139 else: 1140 sLogFile = 'C: \\Temp\\Virtualbox\\VBoxInstallLog.txt';1140 sLogFile = 'C:/Temp/Virtualbox/VBoxInstallLog.txt'; 1141 1141 (fRc, _, _, _) = self.guestProcessExecute(oGuestSession, 'Installing VBox', 1142 1142 240 * 1000, 'C:\\Temp\\' + os.path.basename(self.sTestBuild),
Note:
See TracChangeset
for help on using the changeset viewer.