VirtualBox

Changeset 105888 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 28, 2024 12:29:40 PM (3 months ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl: Always enable verbose VBoxService logging also on Linux guests.

File:
1 edited

Legend:

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

    r104706 r105888  
    17301730        fEnableVerboseLogging = False;
    17311731
    1732         # On Windows guests we always can enable verbose logging. NT4 and W2K doesn't have reg.exe nor (at least NT4) sc.exe.
    1733         if oTestVm.isWindows() and oTestVm.sKind not in ('WindowsNT4', 'Windows2000',):
     1732        # On Windows and Linux guests we always can enable verbose logging.
     1733        # NT4 and W2K doesn't have reg.exe nor (at least NT4) sc.exe.
     1734        if (oTestVm.isWindows() and oTestVm.sKind not in ('WindowsNT4', 'Windows2000',)) \
     1735        or oTestVm.isLinux():
    17341736            fEnableVerboseLogging = True;
    17351737
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