Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/
Drun_nightly.py279 logDir = os.path.join(BASE_LOGS_DIR, config.name)
280 testLogPath = os.path.join(logDir, timestamp + ".qpa")
281 infoLogPath = os.path.join(logDir, timestamp + ".txt")
282 csvLogPath = os.path.join(logDir, timestamp + ".csv")
286 if not os.path.exists(logDir):
287 os.makedirs(logDir)
325 compareFilenames = getCompareFilenames(logDir)
/third_party/nghttp2/integration-tests/
Dserver_tester.go36 logDir = buildDir + "/integration-tests" const
191 "--errorlog-file="+logDir+"/log.txt", "-LINFO")