Lines Matching refs:basePath
178 summary = parseRunSummary(os.path.join(package.basePath, package.summary))
186 …messages += verifyConfigFile(os.path.join(package.basePath, summary.configLogFilename), summary.ty…
203 messages_log = verifyTestLog(os.path.join(package.basePath, runLog), mustpass)
229 …messages.append(error(package.basePath, "Exactly %s must be present, found %s" % (errorDict[numFil…
236 logPath = os.path.join(package.basePath, gitLog)
259 messages.append(warning(os.path.join(package.basePath, log), "Log is not empty"))
261 messages.append(error(package.basePath, "Missing git log files"))
273 messages.append(error(package.basePath, "Package includes patches but log is empty"))
275 …messages.append(error(package.basePath, "Test log is not empty but package doesn't contain patches…
286 …messages.append(error(package.basePath, "Exactly %s must be present, found %s" % (errorDict[numFil…
305 messages.append(warning(os.path.join(package.basePath, item), "Unknown file"))