Changeset 67389 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 14, 2017 10:50:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py
r67388 r67389 164 164 if fRc is False: 165 165 reporter.log('Exit code [remote]: %s (stdout: %s stderr: %s)' % (fRc, sOutput, sError)); 166 else 166 else: 167 167 reporter.log('Exit code [remote]: %s' % (fRc,)); 168 168 else:
Note:
See TracChangeset
for help on using the changeset viewer.