VirtualBox

儲存庫 vbox 的更動 65341


忽略:
時間撮記:
2017-1-16 下午06:42:08 (8 年 以前)
作者:
vboxsync
訊息:

ValidationKit: Fix for r112914, add the new kind prefix into the list of known ones so the logs get actually uploaded

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/testdriver/reporter.py

    r65309 r65341  
    837837    def addLogFile(self, oSrcFile, sSrcFilename, sAltName, sDescription, sKind, sCaller, sTsPrf):
    838838        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/'):
    840843            self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***'
    841844                        % (sSrcFilename, sKind, sDescription),  sCaller, sTsPrf);
     
    858861    def addLogString(self, sLog, sLogName, sDescription, sKind, sCaller, sTsPrf):
    859862        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/'):
    861867            self.log(0, '*** Uploading "%s" - KIND: "%s" - DESC: "%s" ***'
    862868                        % (sLogName, sKind, sDescription),  sCaller, sTsPrf);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette