VirtualBox

Changeset 61551 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 7, 2016 8:18:01 PM (9 years ago)
Author:
vboxsync
Message:

hmm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r61550 r61551  
    730730                sKrnlLog  = oCaseFile.getLogFile(oFile);
    731731            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')]);
    733733            elif oFile.sKind == TestResultFileData.ksKind_InfoCollection:
    734734                sInfoText = oCaseFile.getLogFile(oFile);
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