Changeset 91118 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Sep 6, 2021 7:02:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r91117 r91118 490 490 reporter.log('Using VKAT on host at: \"%s\"' % (sVkatExe)); 491 491 492 # Enable more verbose logging for all groups. Disable later again?493 asEnv = [ 'VKAT_RELEASE_LOG=all.e.l.l2.l3.f+audio_test.e.l.l2.l3.f' ];494 495 492 # Build the base command line, exclude all tests by default. 496 493 asArgs = [ sVkatExe, 'test', '--mode', 'host', '--probe-backends', \ … … 506 503 # Let VKAT on the host run synchronously. 507 504 # 508 fRc = self.executeHst("VKAT Host", asArgs , asEnv);505 fRc = self.executeHst("VKAT Host", asArgs); 509 506 510 507 reporter.testDone();
Note:
See TracChangeset
for help on using the changeset viewer.