Changeset 61554 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 7, 2016 9:06:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r61553 r61554 784 784 sScreenHash = oCaseFile.getScreenshotSha256(oFile); 785 785 if sScreenHash is not None: 786 sScreenHash = sScreenHash. tolower();786 sScreenHash = sScreenHash.lower(); 787 787 self.vprint('%s %s' % ( sScreenHash, oFile.sFile,)); 788 788 if sVMLog is not None and investigateLogSet() is True:
Note:
See TracChangeset
for help on using the changeset viewer.