Searched refs:expected_returncode (Results 1 – 1 of 1) sorted by relevance
43 def __init__(self, args, expected_returncode=0, **kwargs): argument45 self._expected_returncode = expected_returncode114 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),119 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),