Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/
Dsunspider_compile.sh26 script_path=$(dirname "$0")
27 script_path=$(cd "$script_path" && pwd)
28 tests_path=$(cd "$script_path/../Sunspider" && pwd)
/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py111 def execute_shell_script(script_path, args): argument
112 command = ['bash', script_path] + args