Changeset 91096 in vbox
- Timestamp:
- Sep 2, 2021 2:10:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r91090 r91096 211 211 for sVkatPath in self.asGstVkatPaths: 212 212 reporter.log2('Checking for VKAT at: %s ...' % (sVkatPath)); 213 if self.txsIsFile(oSession, oTxsSession, sVkatPath ):213 if self.txsIsFile(oSession, oTxsSession, sVkatPath, fIgnoreErrors = True): 214 214 return (True, sVkatPath); 215 215 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.

