- 時間撮記:
- 2016-5-4 上午09:49:25 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器