Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py110 return _run_command([self._launcher_binary] + flags, env=env)
191 return _run_command(self._args + args, check=check)
203 def _run_command(args, check=False, **kwargs) -> subprocess.CompletedProcess: function