Home
last modified time | relevance | path

Searched refs:ret_code (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/
H A Druntest.sh161 ret_code=0
165 ret_code=$?
169 ret_code=$?
175 if [ "$ret_code" != "0" ]; then
176 echo -e "\033[31mFailed to run test, ret=$ret_code\033[0m"
/test/xts/dcts/
H A Druntest.sh161 ret_code=0
165 ret_code=$?
169 ret_code=$?
175 if [ "$ret_code" != "0" ]; then
176 echo -e "\033[31mFailed to run test, ret=$ret_code\033[0m"
/test/xts/hats/
H A Druntest.sh161 ret_code=0
165 ret_code=$?
169 ret_code=$?
175 if [ "$ret_code" != "0" ]; then
176 echo -e "\033[31mFailed to run test, ret=$ret_code\033[0m"
/test/xts/tools/build/
H A Dutils.py193 ret_code = proc.returncode
194 if ret_code != 0:
195 raise Exception("{} failed, return code is {}".format(cmd, ret_code))
/test/xts/tools/lite/build/
H A Dutils.py357 ret_code = proc.returncode
358 if ret_code != 0:
359 raise Exception("{} failed, return code is {}".format(cmd, ret_code))

Completed in 2 milliseconds