Home
last modified time | relevance | path

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

/art/test/
Drun-test916 build_exit="$?"
917 echo "build exit status: $build_exit" 1>&2
918 if [ "$build_exit" = '0' ]; then
942 build_exit="$?"
943 if [ "$build_exit" = '0' ]; then
956 err_echo "build exit status: $build_exit"
961 build_exit="$?"
962 if [ "$build_exit" '!=' '0' ]; then
964 echo "build exit status: $build_exit" >>"$output"
976 build_exit="$?"
[all …]