VirtualBox

Changeset 92349 in vbox for trunk/src


Ignore:
Timestamp:
Nov 11, 2021 9:41:18 AM (3 years ago)
Author:
vboxsync
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

    r92282 r92349  
    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
    207211        # Make sure that the Validation Kit .ISO is mounted
    208212        # to find the VKAT (Validation Kit Audio Test) binary on it.
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