Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py218 logging.debug('Running command: %s', _shlex_join(env_str + args_str))
227 def _shlex_join(split_command: Sequence[str]) -> str: function