Changeset 95761 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jul 20, 2022 6:46:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r95760 r95761 916 916 917 917 fGreaterOrEqual61 = True; ## @todo Parse the --version output from the executable. 918 fSupportsForce InstallTimestampCA= True; ## @todo Parse the --help output.918 fSupportsForceTsCAInstall = True; ## @todo Parse the --help output. 919 919 920 920 # Gather installer arguments. … … 932 932 sLogFile = os.path.join(tempfile.gettempdir(), 'VirtualBox', 'VBoxInstallLog.txt'); 933 933 934 if fSupportsForce InstallTimestampCAand self._fWinForcedInstallTimestampCA:934 if fSupportsForceTsCAInstall and self._fWinForcedInstallTimestampCA: 935 935 asArgs.extend(['--force-install-timestamp-ca']); 936 936
Note:
See TracChangeset
for help on using the changeset viewer.