Home
last modified time | relevance | path

Searched refs:check_command_exist (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_perf_test.sh25 function check_command_exist() function
68 check_command_exist git || { echo "git is not available"; return $ret_error; }
69 check_command_exist unzip || { echo "unzip is not available"; return $ret_error; }
70 check_command_exist jq || { echo "jq is not available"; return $ret_error; }
71 check_command_exist python3 || { echo "python3 is not available"; return $ret_error; }
/arkcompiler/ets_runtime/test/ffiworkloadtest/
H A Drun_ffi_workload_test.sh31 function check_command_exist() { function
148 check_command_exist "unzip" || {
152 check_command_exist "hdc" || { return "$ret_error";}
153 check_command_exist python3 || {
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_perf_test.sh180 function check_command_exist() function
358 check_command_exist git || { echo "git is not available"; return $ret_error; }
359 check_command_exist unzip || { echo "unzip is not available"; return $ret_error; }
360 check_command_exist jq || { echo "jq is not available"; return $ret_error; }
361 check_command_exist python3 || { echo "python3 is not available"; return $ret_error; }

Completed in 2 milliseconds