VirtualBox

Changeset 95722 in vbox


Ignore:
Timestamp:
Jul 19, 2022 7:19:47 AM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/vboxinstaller: Tweaked the stub loader MSI logging path for VBox >= 6.1 to use a deterministic location, which then can be uploaded to the test manager [build fix, no fpApiVer here].

File:
1 edited

Legend:

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

    r95715 r95722  
    912912        if sVBoxInstallPath is not None:
    913913            asArgs.extend(['INSTALLDIR="%s"' % (sVBoxInstallPath,)]);
    914         if self.fpApiVer >= 6.1:
     914        fGreaterOrEqual61 = True; ## @todo Parse the version from the executable.
     915        if fGreaterOrEqual61:
    915916            # We need to explicitly specify the location, otherwise the log would end up at a random location.
    916917            sLogFile = os.path.join(tempfile.gettempdir(), 'VBoxInstallLog.txt');
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