Changeset 61551 in vbox for trunk/src/VBox
- Timestamp:
- Jun 7, 2016 8:18:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r61550 r61551 730 730 sKrnlLog = oCaseFile.getLogFile(oFile); 731 731 elif oFile.sKind == TestResultFileData.ksKind_InfoVgaText: 732 sVgaText = ' '.join([sLine.rstrip() for sLine in oCaseFile.getLogFile(oFile).split('\n')]);732 sVgaText = '\n'.join([sLine.rstrip() for sLine in oCaseFile.getLogFile(oFile).split('\n')]); 733 733 elif oFile.sKind == TestResultFileData.ksKind_InfoCollection: 734 734 sInfoText = oCaseFile.getLogFile(oFile);
Note:
See TracChangeset
for help on using the changeset viewer.