Changeset 92380 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Nov 11, 2021 5:56:54 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r92369 r92380 205 205 return False; 206 206 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 211 207 # Make sure that the Validation Kit .ISO is mounted 212 208 # to find the VKAT (Validation Kit Audio Test) binary on it. … … 218 214 Executes the test driver. 219 215 """ 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 220 223 if self.sRunningVmName is None: 221 224 return self.oTestVmSet.actionExecute(self, self.testOneVmConfig);
Note:
See TracChangeset
for help on using the changeset viewer.