Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/verify/
Dpackage.py34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument
39 self.gitLog = gitLog
51 gitLog = []
67 gitLog.append((item, '.'))
76 …return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, summary, c…
Dverify.py159 def isGitLogEmpty (package, gitLog): argument
160 logPath = os.path.join(package.basePath, gitLog)
168 if len(package.gitLog) > 0:
169 for log, path in package.gitLog:
181 for log, path in package.gitLog: