VirtualBox

Ignore:
Timestamp:
Feb 15, 2024 4:08:29 PM (11 months ago)
Author:
vboxsync
Message:

Validation Kit/tdAudioTest: More bugfixes for running on testboxes.

File:
1 edited

Legend:

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

    r103387 r103391  
    371371        Returns (success status, exit code).
    372372        """
    373         reporter.log('Executing \"%s\" on host (as admin = %s, blocking = %s, expected rc = %d)'
    374                      % (sWhat, fAsAdmin, fBlocking, iExpectedRc));
     373        reporter.log('Executing \"%s\" on host (as admin = %s, blocking = %s, expected rc = %s)'
     374                     % (sWhat, fAsAdmin, fBlocking, str(iExpectedRc) if iExpectedRc is not None else '<None>'));
    375375        reporter.log2('Arguments: %s' % (asArgs,));
    376376        if asEnv:
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