VirtualBox

Changeset 95775 in vbox


Ignore:
Timestamp:
Jul 21, 2022 12:08:08 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152485
Message:

Validation Kit/vboxinstaller.py: Resolved a @todo: Use the scratch dir for the MSI log. ​bugref:8691

File:
1 edited

Legend:

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

    r95762 r95775  
    929929
    930930        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.
    933932            asArgs.extend(['--msi-log-file', sLogFile]);
    934933        else:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette