- Timestamp:
- Oct 25, 2021 10:19:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r92019 r92021 566 566 567 567 # Build the base command line, exclude all tests by default. 568 asArgs = [ sVkatExe, 'test', '--mode', 'host', '--probe-backends', \569 '--tempdir', sPathAudioTemp, '--outdir', sPathAudioOut, '-a', \570 '--tag', sTag, \571 '--no-audio-ok', \# Enables running on hosts which do not have any audio hardware.572 '--no-verify' ]; 568 asArgs = [ sVkatExe, 'test', '--mode', 'host', '--probe-backends', 569 '--tempdir', sPathAudioTemp, '--outdir', sPathAudioOut, '-a', 570 '--tag', sTag, 571 '--no-audio-ok', # Enables running on hosts which do not have any audio hardware. 572 '--no-verify' ]; # We do the verification separately in the step below. 573 573 574 574 for _ in range(1, reporter.getVerbosity()): # Verbosity always is initialized at 1.
Note:
See TracChangeset
for help on using the changeset viewer.