Changeset 60818 in vbox for trunk/src/VBox/ValidationKit/testdriver/reporter.py
- Timestamp:
- May 4, 2016 9:49:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r58908 r60818 459 459 460 460 # Leave a mark in the XML log. 461 self._xmlWrite( '<LogFile timestamp="%s" filename="%s" source="%s" kind="%s" ok="%s">%s</LogFile>\n'461 self._xmlWrite(['<LogFile timestamp="%s" filename="%s" source="%s" kind="%s" ok="%s">%s</LogFile>\n' 462 462 % (utils.getIsoTimestamp(), self._xmlEscAttr(os.path.basename(sDstFilename)), self._xmlEscAttr(sSrcFilename), \ 463 self._xmlEscAttr(sKind), fRc, self._xmlEscAttr(sDescription)) );463 self._xmlEscAttr(sKind), fRc, self._xmlEscAttr(sDescription))] ); 464 464 _ = sAltName; 465 465 return fRc;
Note:
See TracChangeset
for help on using the changeset viewer.