VirtualBox

Changeset 67389 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 14, 2017 10:50:45 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit/tests/storage: Always log stdout and stderr when the execution fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py

    r67388 r67389  
    164164            if fRc is False:
    165165                reporter.log('Exit code [remote]: %s (stdout: %s stderr: %s)' % (fRc, sOutput, sError));
    166             else
     166            else:
    167167                reporter.log('Exit code [remote]: %s' % (fRc,));
    168168        else:
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