Changeset 90985 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Aug 30, 2021 7:12:12 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146624
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r90961 r90985 416 416 asEnv = []; 417 417 418 # Enable more verbose logging for all groups. Disable later again? 419 asEnv.extend([ 'VKAT_RELEASE_LOG=all.e.l.l2.l3.f' ]); 420 418 421 # Write the log file to some deterministic place so TxS can retrieve it later. 419 422 sVkatLogFile = 'VKAT_RELEASE_LOG_DEST=file=' + self.getGstVkatLogFilePath(oTestVm);
Note:
See TracChangeset
for help on using the changeset viewer.