儲存庫 vbox 的更動 65341
- 時間撮記:
- 2017-1-16 下午06:42:08 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r65309 r65341 837 837 def addLogFile(self, oSrcFile, sSrcFilename, sAltName, sDescription, sKind, sCaller, sTsPrf): 838 838 fRc = True; 839 if sKind in [ 'text', 'log', ] or sKind.startswith('log/') or sKind.startswith('info/'): 839 if sKind in [ 'text', 'log', 'process'] \ 840 or sKind.startswith('log/') \ 841 or sKind.startswith('info/') \ 842 or sKind.startswith('process/'): 840 843 self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***' 841 844 % (sSrcFilename, sKind, sDescription), sCaller, sTsPrf); … … 858 861 def addLogString(self, sLog, sLogName, sDescription, sKind, sCaller, sTsPrf): 859 862 fRc = True; 860 if sKind in [ 'text', 'log', ] or sKind.startswith('log/') or sKind.startswith('info/'): 863 if sKind in [ 'text', 'log', 'process'] \ 864 or sKind.startswith('log/') \ 865 or sKind.startswith('info/') \ 866 or sKind.startswith('process/'): 861 867 self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***' 862 868 % (sLogName, sKind, sDescription), sCaller, sTsPrf);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器