VirtualBox

Changeset 91056 in vbox for trunk/src


Ignore:
Timestamp:
Sep 1, 2021 11:40:48 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Logging tweaks. ​bugref:10008

File:
1 edited

Legend:

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

    r91054 r91056  
    246246            if iExitCode:
    247247                if iExitCode == 0:
    248                     reporter.error('Executing \"%s\" was successful' % (sWhat));
    249248                    fRc = True;
    250249                else:
    251250                    reporter.error('Executing \"%s\" on host returned exit code error %d' % (sWhat, iExitCode));
    252 
    253         if not fRc:
    254             reporter.error('Executing \"%s\" on host failed' % (sWhat,));
    255251
    256252        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