Searched refs:param_shell (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-versions.py | 34 def execute(command, print_output=False, print_error=True, param_shell=False): argument 35 popen = Popen(command, stdout=PIPE, stderr=PIPE, shell=param_shell) 78 …'.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True) 80 …'.join(cFiles) + ' ' + ' '.join(hFiles) + ' -o ' + dict_name, print_output=False, param_shell=True) 251 execute('cp ' + dict_files + ' ' + dict_source_path, param_shell=True)
|
| H A D | test-zstd-speed.py | 49 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument 52 …s.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shell, cwd=execute.cw…
|