Changeset 103391 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 15, 2024 4:08:29 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r103387 r103391 371 371 Returns (success status, exit code). 372 372 """ 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>')); 375 375 reporter.log2('Arguments: %s' % (asArgs,)); 376 376 if asEnv:
Note:
See TracChangeset
for help on using the changeset viewer.