VirtualBox

Changeset 92011 in vbox for trunk/src


Ignore:
Timestamp:
Oct 22, 2021 5:00:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147819
Message:

Audio/Validation Kit: Also pass on the verbosity level when doing the host audio enumeration test. ​bugref:10008

File:
1 edited

Legend:

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

    r91723 r92011  
    700700            sVkatExe = self.getBinTool('vkat');
    701701            asArgs   = [ sVkatExe, 'enum', '--probe-backends' ];
     702            for _ in range(1, reporter.getVerbosity()): # Verbosity always is initialized at 1.
     703                asArgs.extend([ '-v' ]);
    702704            fRc      = self.executeHst("VKAT Host Audio Probing", asArgs);
    703705            if not fRc:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette