VirtualBox

Ignore:
Timestamp:
May 25, 2016 11:54:30 AM (9 years ago)
Author:
vboxsync
Message:

RemoteReporter:addLogFile: Try flush the XML before uploading and hope we'll get the uploaded files in the right place in the test results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/reporter.py

    r60864 r61189  
    743743            self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***'
    744744                        % (sSrcFilename, sKind, sDescription),  sCaller, sTsPrf);
     745            self.xmlFlush();
    745746            g_oLock.release();
    746747            self._doUploadFile(oSrcFile, sAltName, sDescription, sKind, 'text/plain');
     
    749750            self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***'
    750751                        % (sSrcFilename, sKind, sDescription),  sCaller, sTsPrf);
     752            self.xmlFlush();
    751753            g_oLock.release();
    752754            self._doUploadFile(oSrcFile, sAltName, sDescription, sKind, 'image/png');
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