VirtualBox

Changeset 91096 in vbox


Ignore:
Timestamp:
Sep 2, 2021 2:10:23 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Don't report (ignore) intermediate errors when searching for the VKAT binary on the guest. ​bugref:10008

File:
1 edited

Legend:

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

    r91090 r91096  
    211211        for sVkatPath in self.asGstVkatPaths:
    212212            reporter.log2('Checking for VKAT at: %s ...' % (sVkatPath));
    213             if self.txsIsFile(oSession, oTxsSession, sVkatPath):
     213            if self.txsIsFile(oSession, oTxsSession, sVkatPath, fIgnoreErrors = True):
    214214                return (True, sVkatPath);
    215215        reporter.error('Unable to find guest VKAT in any of these places:\n%s' % ('\n'.join(self.asGstVkatPaths),));
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