Searched refs:RUN_LINE_RE (Results 1 – 2 of 2) sorted by relevance
42 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable159 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
58 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable296 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]