Home
last modified time | relevance | path

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

/art/test/
Drun-test770 build_exit="$?"
771 echo "build exit status: $build_exit" 1>&2
772 if [ "$build_exit" = '0' ]; then
796 build_exit="$?"
797 if [ "$build_exit" = '0' ]; then
810 err_echo "build exit status: $build_exit"
815 build_exit="$?"
816 if [ "$build_exit" '!=' '0' ]; then
818 echo "build exit status: $build_exit" >>"$output"
830 build_exit="$?"
[all …]