VirtualBox

Changeset 95761 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jul 20, 2022 6:46:29 PM (3 years ago)
Author:
vboxsync
Message:

ValKit/vboxinstaller.py: Shortened variable to make pylint happy. bugref:8691

File:
1 edited

Legend:

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

    r95760 r95761  
    916916
    917917        fGreaterOrEqual61 = True; ## @todo Parse the --version output from the executable.
    918         fSupportsForceInstallTimestampCA = True; ## @todo Parse the --help output.
     918        fSupportsForceTsCAInstall = True; ## @todo Parse the --help output.
    919919
    920920        # Gather installer arguments.
     
    932932            sLogFile = os.path.join(tempfile.gettempdir(), 'VirtualBox', 'VBoxInstallLog.txt');
    933933
    934         if fSupportsForceInstallTimestampCA and self._fWinForcedInstallTimestampCA:
     934        if fSupportsForceTsCAInstall and self._fWinForcedInstallTimestampCA:
    935935            asArgs.extend(['--force-install-timestamp-ca']);
    936936
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