VirtualBox

Changeset 90746 in vbox for trunk


Ignore:
Timestamp:
Aug 19, 2021 1:40:32 PM (3 years ago)
Author:
vboxsync
Message:

Audio/ValKit: tdAudioTest.py: Removed asyncio stuff again; requires Python >= 3.5 but some test boxes still run with 2.7.x [pylint]. ​bugref:10008

File:
1 edited

Legend:

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

    r90744 r90746  
    465465        reporter.log('Host audio test tag is \"%s\"' % (sTag));
    466466
     467        reporter.testStart(sDesc);
     468
    467469        sVkatExe = self.getBinTool('vkat');
    468470
     
    479481        #
    480482        fRc = self.executeHst("VKAT Host", asArgs);
     483
     484        reporter.testDone();
    481485
    482486        return fRc;
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