Searched defs:args_tests (Results 1 - 1 of 1) sorted by relevance

/systemd/test/
H A Drule-syntax-check.py37 args_tests = re.compile('(ATTRS?|ENV|TEST){([a-zA-Z0-9/_.*%-]+)}\s*(?:=|!)=\s*"([^"]*)"$') variable
63 if not (no_args_tests.match(clause) or args_tests.match(clause) or

Completed in 10 milliseconds