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.py223 logging.debug('Running command: %s', _shlex_join(env_str + args_str))
254 def _shlex_join(split_command: Sequence[Text]) -> Text: function