Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dfeatures.py24 if runScriptExitCode(cfg, ['stat %{test-tools}/clang_tidy_checks/libcxx-tidy.plugin']) != 0:
28 if runScriptExitCode(cfg, ['clang-tidy-16 --version']) == 0:
158 when=lambda cfg: runScriptExitCode(cfg, ['%{exec} bash -c \'bash --version\'']) != 0),
H A Ddsl.py210 def runScriptExitCode(config, script): function