Home
last modified time | relevance | path

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

/tools/acloud/
Drun_tests_py2.sh22 python_path=$python_path:$PYTHONPATH
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.sh24 python_path=$python_path:$PYTHONPATH
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/atest-py2/docs/
Datest_structure.md100 path of ```constants_override.py``` base path into ```PYTHONPATH```.
104 if [[ ! $PYTHONPATH == *${_path_to_constants_override}* ]]; then
105 export PYTHONPATH=${_path_to_constants_override}:$PYTHONPATH
Ddeveloper_workflow.md73 first add atest to your PYTHONPATH via entering in your terminal:
74 `PYTHONPATH=<atest_dir>:$PYTHONPATH`.
Ddevelop_test_runners.md32 > add the path of where the test runner lives into ```$PYTHONPATH```. Same
33 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
Ddevelop_test_finders.md37 > add the path of where the test finder lives into ```$PYTHONPATH```. Same
38 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
/tools/asuite/atest/docs/
Datest_structure.md100 path of ```constants_override.py``` base path into ```PYTHONPATH```.
104 if [[ ! $PYTHONPATH == *${_path_to_constants_override}* ]]; then
105 export PYTHONPATH=${_path_to_constants_override}:$PYTHONPATH
Ddeveloper_workflow.md73 first add atest to your PYTHONPATH via entering in your terminal:
74 `PYTHONPATH=<atest_dir>:$PYTHONPATH`.
Ddevelop_test_runners.md32 > add the path of where the test runner lives into ```$PYTHONPATH```. Same
33 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
Ddevelop_test_finders.md37 > add the path of where the test finder lives into ```$PYTHONPATH```. Same
38 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
/tools/asuite/atest-py2/
Drun_atest_unittests.sh31 echo "$ATEST_REAL_PATH:$PYTHONPATH"
59 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
/tools/asuite/atest/
Drun_atest_unittests.sh39 echo "$ATEST_REAL_PATH:$PYTHONPATH"
81 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
/tools/asuite/aidegen/
Drun_tests.sh28 echo "$PYTHONPATH:$ASUITE_DIR:$ATEST_DIR"
57 … if ! PYTHONPATH=$(get_python_path) python3 -m coverage run --append --rcfile=$RC_FILE $t; then