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.py89 _run_command([self._generate_module_binary] + flags)
119 return _run_command([self._launcher_binary] + flags, env=env)
196 return _run_command(self._args + args, check=check)
208 def _run_command(args, check=True, **kwargs) -> subprocess.CompletedProcess: function