Searched refs:check (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
A D | build-many-glibcs.py | 69 def _run(*popenargs, input=None, timeout=None, check=False, **kwargs): argument 79 if check and returncode: 690 subprocess.run(cmd, cwd=self.builddir, check=True) 917 check=True, universal_newlines=True).stdout 932 subprocess.run(['touch', '-c', to_touch], check=True) 939 subprocess.run(['touch', to_touch], check=True) 955 cwd=self.component_srcdir('gcc'), check=True) 987 check=True) 1210 def bot_run_self(self, opts, action, check=True): argument 1219 subprocess.run(cmd, check=check) [all …]
|
A D | check-obsolete-constructs.py | 437 def check(self, fname): member in HeaderChecker 463 checker.check(fname)
|
A D | documented.sh | 41 check the latest manual (available from the CVS archive) before
|
A D | pylintrc | 154 # Tells whether we should check for unused import in __init__ files. 205 # instance to not check methods defines in Zope's Interface base class.
|
Completed in 11 milliseconds