Changeset 64945 in vbox
- Timestamp:
- Dec 17, 2016 2:42:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r64944 r64945 748 748 len(sVgaText) if sVgaText is not None else 0, 749 749 len(sInfoText) if sInfoText is not None else 0, )); 750 if sVMLog is None: 751 sVMLog = ''; 752 750 753 #self.dprint(u'main.log<<<\n%s\n<<<\n' % (sResultLog,)); 751 754 #self.dprint(u'vbox.log<<<\n%s\n<<<\n' % (sVMLog,));
Note:
See TracChangeset
for help on using the changeset viewer.