Searched refs:script_path (Results 1 – 2 of 2) sorted by relevance
26 script_path=$(dirname "$0")27 script_path=$(cd "$script_path" && pwd)28 tests_path=$(cd "$script_path/../Sunspider" && pwd)
111 def execute_shell_script(script_path, args): argument112 command = ['bash', script_path] + args