Home
last modified time | relevance | path

Searched refs:logDict (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dexampleslog.py96 def getTestDict(self,logDict): argument
102 testDict['info']={'branch':logDict['branch']}
104 for logfile in logDict:
107 for test in logDict[logfile]:
112 error=logDict[logfile][test].strip()
391 logDict={'branch':branch}
396 logDict[logfile]=self.parseLogFile(logfile)
398 return logDict
481 logDict=logP.doLogFiles(b)
482 testDict=logP.getTestDict(logDict)