Home
last modified time | relevance | path

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

/tools/acloud/
Drun_tests_py2.sh10 function get_python_path() { function
30 PYTHONPATH=$(get_python_path) python -m coverage report -m
31 PYTHONPATH=$(get_python_path) python -m coverage html -d $tmp_dir --rcfile=$rc_file
47 PYTHONPATH=$(get_python_path) python -m coverage erase
69 if ! PYTHONPATH=$(get_python_path):$PYTHONPATH $run_cmd $t; then
Drun_tests.sh10 function get_python_path() { function
32 PYTHONPATH=$(get_python_path) python3 -m coverage report -m
33 PYTHONPATH=$(get_python_path) python3 -m coverage html -d $tmp_dir --rcfile=$rc_file
49 PYTHONPATH=$(get_python_path) python3 -m coverage erase
71 if ! PYTHONPATH=$(get_python_path):$PYTHONPATH $run_cmd $t; then
/tools/asuite/aidegen/
Drun_tests.sh27 function get_python_path() { function
57 … if ! PYTHONPATH=$(get_python_path) python3 -m coverage run --append --rcfile=$RC_FILE $t; then