Changeset 95722 in vbox
- Timestamp:
- Jul 19, 2022 7:19:47 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r95715 r95722 912 912 if sVBoxInstallPath is not None: 913 913 asArgs.extend(['INSTALLDIR="%s"' % (sVBoxInstallPath,)]); 914 if self.fpApiVer >= 6.1: 914 fGreaterOrEqual61 = True; ## @todo Parse the version from the executable. 915 if fGreaterOrEqual61: 915 916 # We need to explicitly specify the location, otherwise the log would end up at a random location. 916 917 sLogFile = os.path.join(tempfile.gettempdir(), 'VBoxInstallLog.txt');
Note:
See TracChangeset
for help on using the changeset viewer.