Searched refs:script_path (Results 1 – 3 of 3) sorted by relevance
26 script_path=$(dirname "$0")27 script_path=$(cd "$script_path" && pwd)28 tests_path=$(cd "$script_path/../Sunspider" && pwd)
110 script_path=$(cd $(dirname $0);pwd)111 code_dir=$(dirname ${script_path})
109 def execute_shell_script(script_path, args): argument110 command = ['bash', script_path] + args