VirtualBox

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


Ignore:
Timestamp:
Jun 26, 2020 10:36:50 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: More VBoxService logging adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84951 r84967  
    16391639
    16401640        # Whether to enable verbose logging for VBoxService.
    1641         fEnableVerboseLogging = True;
     1641        fEnableVerboseLogging = False;
    16421642
    16431643        # Old TXS versions had a bug which caused an infinite loop when executing stuff containing "$xxx",
    16441644        # so check the version here first and skip enabling verbose logging if needed.
    1645         if sTxsVer is None:
    1646             fEnableVerboseLogging = False;
     1645        if sTxsVer:
     1646            fEnableVerboseLogging = True;
    16471647
    16481648        # On Windows guests we always can enable verbose logging.
     
    16501650            fEnableVerboseLogging = True;
    16511651
    1652         # If debugging mode is enabled, skip this.
    1653         if self.oDebug.sImgPath:
    1654             fEnableVerboseLogging = False;
     1652        # If debugging mode is disabled, enable logging -- otherwise a manually set up logging could clash here.
     1653        if not self.oDebug.sImgPath:
     1654            fEnableVerboseLogging = True;
    16551655
    16561656        #
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