Changeset 95775 in vbox
- Timestamp:
- Jul 21, 2022 12:08:08 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r95762 r95775 929 929 930 930 if sHelp.find("--msi-log-file") >= 0: 931 ## @todo why do we use the TMP dir? This belongs in the scratch dir (which may be a lot faster than TMP). 932 sLogFile = os.path.join(tempfile.gettempdir(), 'VBoxInstallLog.txt'); # Specify location to prevent a random one. 931 sLogFile = os.path.join(self.sScratchPath, 'VBoxInstallLog.txt'); # Specify location to prevent a random one. 933 932 asArgs.extend(['--msi-log-file', sLogFile]); 934 933 else:
Note:
See TracChangeset
for help on using the changeset viewer.