VirtualBox

Changeset 92021 in vbox for trunk/src


Ignore:
Timestamp:
Oct 25, 2021 10:19:08 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Added "--no-audio-ok" switch to VKAT to enable running on hosts which do not have any audio hardware (e.g. servers) [build fix]. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r92019 r92021  
    566566
    567567        # 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' ];   # We do the verification separately in the step below.
     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.
    573573
    574574        for _ in range(1, reporter.getVerbosity()): # Verbosity always is initialized at 1.
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