VirtualBox

Ignore:
Timestamp:
Nov 11, 2021 5:56:54 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148234
Message:

Audio/Validation Kit: Disabled the test driver's maximum logging line restrictions per group. This comes in handy when running in a (very) verbose mode, e.g. for debugging. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r92369 r92380  
    205205            return False;
    206206
    207         # Disable maximum logging line restrictions per group.
    208         # This comes in handy when running this test driver in a (very) verbose mode, e.g. for debugging.
    209         os.environ['VBOX_RELEASE_LOG_MAX_PER_GROUP'] = '0';
    210 
    211207        # Make sure that the Validation Kit .ISO is mounted
    212208        # to find the VKAT (Validation Kit Audio Test) binary on it.
     
    218214        Executes the test driver.
    219215        """
     216
     217        # Disable maximum logging line restrictions per group.
     218        # This comes in handy when running this test driver in a (very) verbose mode, e.g. for debugging.
     219        os.environ['VBOX_LOG_MAX_PER_GROUP'] = '0';
     220        os.environ['VBOX_RELEASE_LOG_MAX_PER_GROUP'] = '0';
     221        os.environ['VKAT_RELEASE_LOG_MAX_PER_GROUP'] = '0';
     222
    220223        if self.sRunningVmName is None:
    221224            return self.oTestVmSet.actionExecute(self, self.testOneVmConfig);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette