HomeSort by: relevance | last modified time | path
    Searched refs:param_shell (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
test-zstd-versions.py 47 def execute(command, print_output=False, print_error=True, param_shell=False):
48 popen = Popen(command, stdout=PIPE, stderr=PIPE, shell=param_shell)
108 result = execute('./dictBuilder.' + tag + ' ' + ' '.join(files) + ' -o ' + dict_name, print_output=False, param_shell=True)
110 result = execute('./zstd.' + tag + ' -f --train ' + ' '.join(files) + ' -o ' + dict_name, print_output=False, param_shell=True)
DEPRECATED-test-zstd-speed.py 51 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True):
54 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shell, cwd=execute.cwd)

Completed in 71 milliseconds