Changeset 61189 in vbox for trunk/src/VBox/ValidationKit/testdriver/reporter.py
- Timestamp:
- May 25, 2016 11:54:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r60864 r61189 743 743 self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***' 744 744 % (sSrcFilename, sKind, sDescription), sCaller, sTsPrf); 745 self.xmlFlush(); 745 746 g_oLock.release(); 746 747 self._doUploadFile(oSrcFile, sAltName, sDescription, sKind, 'text/plain'); … … 749 750 self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***' 750 751 % (sSrcFilename, sKind, sDescription), sCaller, sTsPrf); 752 self.xmlFlush(); 751 753 g_oLock.release(); 752 754 self._doUploadFile(oSrcFile, sAltName, sDescription, sKind, 'image/png');
Note:
See TracChangeset
for help on using the changeset viewer.