VirtualBox

Ignore:
Timestamp:
Aug 4, 2021 8:22:06 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146112
Message:

Audio/ValKit: More logging for tdAudioTest.py. ​bugref:10008

File:
1 edited

Legend:

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

    r90496 r90508  
    203203        Kills processes by their name.
    204204        """
     205        reporter.log('Trying to kill processes named "%s"' % (sProcName,));
    205206        if sys.platform == 'win32':
    206207            os.system('taskkill /IM "%s.exe" /F' % (sProcName));
     
    212213        Kills VKAT (VBoxAudioTest) on the host side.
    213214        """
     215        reporter.log('Killing stale/old VKAT processes ...');
    214216        self.killProcessByName("vkat");
    215217        self.killProcessByName("VBoxAudioTest");
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