Home
last modified time | relevance | path

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

/libcore/tools/testmapping/
Dgen_smoke_tests.py34 LOGS_DIR = os.path.join(LIBCORE_DIR, 'smoketest') variable
67 if not os.path.isdir(LOGS_DIR):
68 raise Exception('Could not find logs directory ' + LOGS_DIR)
69 filenames = os.listdir(LOGS_DIR)
71 raise Exception('Found empty logs directory ' + LOGS_DIR)
74 (REQUIRED_RUNS, LOGS_DIR, len(filenames)))
75 return map(lambda f: os.path.join(LOGS_DIR, f), filenames)